This is the third post (first, second) in another collection of posts that have links to the different objectives covered in the 70-528 exam. There is also a series on ASP.NET 3.5 exam 70-562 (here)
Creating custom Web controls
- Create a composite Web application control.
- Create a user control
- Convert a Web Forms page to a user control.
- Include a user control in a Web Forms page.
- Manipulate user control properties.
- Handle user control events within the user control code-declaration block or code-behind file.
- Create instances of user controls programmatically.
- Develop user controls in a code-behind file.
- Create a templated user control.
- Create a custom Web control that inherits from the WebControl class.
- Create a composite server control.
- Develop a templated control.
No comments:
Post a Comment