R
ryanw007
Guest
I'm learning ASP.NET and it would be a great help if I understood the internal workings of this technology. I'm not asking for the architecture of IIS or anything. My interests can be described as follows:
What is the order of execution of an aspx page?
Where do (custom) controls fit in to this ordering?
Why must controls runat="server" or even be xml for that matter?
What must be done to controls to make them IDE friendly like the TextBox control?
Does ASP.NET run more like an application or a standard website?
If somewhere in between, in what ways?
Obviously I have much to learn. Any help would be great. Any pointers to tutorials, etc. would be very useful too.
Thanks
What is the order of execution of an aspx page?
Where do (custom) controls fit in to this ordering?
Why must controls runat="server" or even be xml for that matter?
What must be done to controls to make them IDE friendly like the TextBox control?
Does ASP.NET run more like an application or a standard website?
If somewhere in between, in what ways?
Obviously I have much to learn. Any help would be great. Any pointers to tutorials, etc. would be very useful too.
Thanks