D
Dan
Hi
I have a scenerio where I need to fire an event in one user control, by
clicking a button in another user control. However, I need to do this
without using an event code in the .aspx file. Is this possible?
For example:
Webform1.aspx contains 2 user controls:
1. SearchBox (some textboxes and a button) and
2. SearchResults (some search results dependent on the textbox values)
An event (such as a Sub or Function) in SearchResults needs to be fired when
the SearchBox button is clicked.
Any ideas gratefully received...
Dan
I have a scenerio where I need to fire an event in one user control, by
clicking a button in another user control. However, I need to do this
without using an event code in the .aspx file. Is this possible?
For example:
Webform1.aspx contains 2 user controls:
1. SearchBox (some textboxes and a button) and
2. SearchResults (some search results dependent on the textbox values)
An event (such as a Sub or Function) in SearchResults needs to be fired when
the SearchBox button is clicked.
Any ideas gratefully received...
Dan