October 2010
Intermediate to advanced
1920 pages
73h 55m
English
In this chapter, you learned how to build basic controls in ASP.NET Framework. First, you learned how to create both fully rendered and composite controls. You also learned how to combine the features of fully rendered and composite controls by creating hybrid controls.
You learned how to preserve the values of control properties in View State. You learned the difference between View State and Control State and how to use both features of the framework.
Next, you learned how to handle postback data and events. You saw how you can process form data submitted to the server. You also learned how you can raise a server-side event that is initiated by a postback.
This chapter examined the topic of building controls that represent a collection ...