Click to See Complete Forum and Search --> : Access click event in composite control


shaoen01
12-30-2005, 04:11 AM
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? Thanks

buntine
01-02-2006, 04:05 AM
Moved to .NET