- Create a user control which has a Label and Textbox
- Consume that UserControl in a page
- Try to set the Label and TextBox values by using UserControl.Controls approach
- How easy it will be if we can expose setting and getting of the controls inside UserControl through property?
UserControl does not have some events which a Page have. Do you know what events are not supported in UserControl?
No comments:
Post a Comment