Access click event in composite control

liunx

Guest
I am designing a search composite control with an click event handler called button1_click. The search composite control consists of 1 textbox and button. The search composite control will be used in the webform and when the user clicks the button of the composite control, i would like to call a method().

However, i have been unsuccessful in trying to access the click event handler in the webform. Is it possible to access the button1_click event just like how we always access the button click event handler in webforms? ThanksMoved to .NET
 
Back
Top