Hi,
I have built a user control. I need to add the user control as a trigger for the UpdatePanel on the aspx page, so that the UpdatePanel refreshes when a particular method of the user control is run. (This method is not an event handler, but rather, it is called when the Search button is selected, and also in the Page_Load event of the user control for a postback only.)
Can this be done, and if so, how?
Thx.
I have built a user control. I need to add the user control as a trigger for the UpdatePanel on the aspx page, so that the UpdatePanel refreshes when a particular method of the user control is run. (This method is not an event handler, but rather, it is called when the Search button is selected, and also in the Page_Load event of the user control for a postback only.)
Can this be done, and if so, how?
Thx.