Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User Control Element as Trigger for UpdatePanel

Status
Not open for further replies.

Peppi

Programmer
Apr 9, 2001
205
CA
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top