December 2001
Intermediate to advanced
360 pages
9h 6m
English
Basically, ASP.NET w orks by using server-based components to generate HTML. The HTML is sent to the client and rendered in a browser. ASP.NET determines the capabilities of the client browser and generates HTML appropriate for that browser.
ASP.NET works by using server-based components to generate markup, such as HTML, and script. The HTML and script are sent to the client and rendered in a browser. ASP.NET determines the capabilities of the client browser and renders HTML appropriate for that browser. The type of markup sent to the client is determined by the controls. This markup code doesn't have to be HTML; for example, the mobile controls send WML to wireless devices.
ASP.NET user code (for example, the code that set ...