Do you use visual web developer drag & drop feature when something can be done in html?

2 replies
I am a begineer to ASP.NET.

So far I was coding in PHP. I think ASP.NET's Drag & Drop functionality makes things little sophiticated.

I have a simple question, do you suggest me to use labels from drag & drop or do you suggest me simply use pure HTML (<div></div>) for such purposes directly.

I know that would be a personal choice. How are you using it ? What's good for a long term project ?

Thanks
#.net #asp #developer #drag #drag and drop #drop #feature #html #visual #web
  • Profile picture of the author ttrfanatic
    I'm a long time developer in ASP.NET but have found I spend more time in the source view versus the design view. I obviously use both. Usually if it is to add some basic HTML then I just add that by hand but if I'm using more sophisticated controls then I use the drag and drop method.
    {{ DiscussionBoard.errors[5145521].message }}
  • Profile picture of the author scriptkid
    I'm a long time developer in ASP.NET but have found I spend more time in the source view versus the design view. I obviously use both. Usually if it is to add some basic HTML then I just add that by hand but if I'm using more sophisticated controls then I use the drag and drop method.

    Thanks for sharing how you work That was useful for a beginner like me in ASP.NET
    {{ DiscussionBoard.errors[5145736].message }}

Trending Topics