| Building a Simple Server Control |
|
|
Demonstrates how to create a simple Server Control and explains the code generated by the Server Control template.
|
| Rendering Server Controls |
|
|
Demonstrates how to create a more complex Server Control by adding Properties and rendering using many different HtmlTextWriter methods, as well as other complimentary enumerations.
|
| Fundamental Server Control Concepts |
|
|
Explains concepts like the Control and WebControl base classes, the Control Execution Lifecycle, and introduces the purpose for implementing the IPostBackEventHandler and IPostBackDataHander interfaces.
|
| More About Server Control Properties |
|
|
Explains the difference between Primitive, Enumeration and Class Properties in Server Controls.
|
| Understanding Server Control Events |
|
|
Demonstrates how to create a server control that responds to the Postback event, and how to raise the event on the web form from the server control.
|
| Understanding Server Control Postback Data |
|
|
Demonstrates how to create a server control that monitors when a change has been made the to controls properties and how to raise the event that a change has occurred from the server control to the web form.
|