May 2010
Intermediate to advanced
1272 pages
61h 18m
English
HTML controls in ASP.NET are representations of their classic HTML. Table 37.2 summarizes the most common among available HTML controls.
Table 37.2 HTML Controls

The main difference between HTML controls and their ASP.NET counterparts is that ASP.NET versions can be accessed on the server side with managed code by adding an ID attribute and the runat="server" attribute, although HTML controls actually work on the server side.
Read now
Unlock full access