I've just started programming for ASP.NET and am trying to familiarise myself with how it works. As a server-side technology, the page that reaches your browser isn't the page you wrote, rather it's a page generated by your ASP.NET program. But unlike php say, where you are responsible for specifying the details of what is in the served page, the ASP.NET server is more sophisticated, and will generate javascript to deal with client side processing of the page.
I haven't been able to find much information about this side of ASP.NET, and I would appreciate any pointers as to where such information might be found. I would have thought it was important if you were putting your own javascript on a page to know what javascript the ASP.NET would be likely to produce