Answer Posted / saurabh
In classic ASP, there was no server controls. You have to
write all html tags manually.ASP.NET offers a very rich set
of controls called Server Controls and Html Controls. It is
very easy to drag and drop any controls to a web Page.
check this link for detail
http://www.mindstick.com/Blog/72/Difference%20between%20asp%
20and%20asp%20net
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand from custom control?
What is validation in asp.net?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is client side state management?
What is ispostback property?
What are the three parts of an http response?
How would you turn off cookies on one page of your website?
What is sql data source control in asp.net?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is a response cookie?
Which is an advantage of application service providers?
What are the components of ado.net?
What is viewstate? What does the “enableviewstate” property do?
Is it possible for me to change my aspx file extension to some other name?
How you can return View from ASP.NET Web API method?