A question about .NET Ustr Contrl
For example:
I have created a user control holding a list values in a drop down list, and
I'll be using the user control in a master page which contains a text box.
Whenever a the dropdown list has its selected item changed, I want the text box to reflect the change.
How do I detect the user control's event firing from the master page and handle it?
Thanks in advance.
I have created a user control holding a list values in a drop down list, and
I'll be using the user control in a master page which contains a text box.
Whenever a the dropdown list has its selected item changed, I want the text box to reflect the change.
How do I detect the user control's event firing from the master page and handle it?
Thanks in advance.