I want to learn (basically) about how ASP.NET controls work. I know the end result has to be some kinda rendered HTML. How do the controls encapsulate stuff? How does it tie in to the whole ASP.NET flow? My team has written a widgets library that wraps the native controls and then adds custom styling etc etc. and I need to be contributing to this library. Many thank you's
ASP.NET Controls under the hood
268 Views Asked by oroku At
3
There are 3 best solutions below
0

Nikhil Kothari has written the Bible for this, entitled "Developing Microsoft ASP.NET Server Controls and Components". You can pick up a copy here for less than a dollar :-)
http://www.amazon.com/gp/offer-listing/0735615829/ref=dp_olp_used?ie=UTF8&condition=used
The two places I would start would be Truly Understanding Dynamic Controls and Truly Understanding Viewstate.