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
Asked
Active
Viewed 257 times
3 Answers
2
The two places I would start would be Truly Understanding Dynamic Controls and Truly Understanding Viewstate.

Wyatt Barnett
- 15,573
- 3
- 34
- 53
-
Hi. Took a look at these links and they look good. Are they still relevant today? – Nikos Dec 07 '18 at 23:34
1
Learning the ASP.NET Page Life Cycle is important to answering your questions.

Daniel A. White
- 187,200
- 47
- 362
- 445
1
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

IrishChieftain
- 15,108
- 7
- 50
- 91