Chapter 4 - p.106
On page 106.....it says, "When the page is requested in the browser, the server-side controls are processed by the ASP.NET runtime - the engine that is responsible for receiving and processing requests for an ASPX pages. The controls then emit client-side HTML code that is appended to the final page output......
Does "Client-side HTML code" also include the javascript as well as HTML that is seen when you do a view source. Are the controls also emitting the Javascript?
Tulsi
|