Saturday, September 19, 2009

UserControl

  1. Create a user control which has a Label and Textbox
  2. Consume that UserControl in a page
  3. Try to set the Label and TextBox values by using UserControl.Controls approach
  4. 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: