2
Answers

How to fire OnClick event from User Control

In have a User Control with some buttons among other controls. For some reasons I dont want to handle the OnClick event for one button in the User Control but in the WebPage where the User Control was added. How do I proceed ?

Answers (2)