What is the difference between HTML controls and Web Controls in ASP.net? Any help would be highly appreciated.
What is the difference between HTML controls and Web Controls in ASP.net? Any help would be highly appreciated.
Last edited by DavisMartin; 02-06-2010 at 03:56 PM.
ASP.NET is a new technology. It’s million years ahead than asp.HTML controls are duplicates of old HTML controls. In case you want to convert your design to asp.net, you just have to add "runat" attribute to it
and change the page to aspx.
While Web Controls are a revolution. You can place all the HTML controls as you were insertion in Dreamweaver. The pages show that Web Controls are placed, but in fact the controls are generated only on server.
All html controls are been changed with web controls and a lot of are added.
Last edited by nitesh14; 02-06-2010 at 03:02 PM.
Bookmarks