Event Handling samples and examples



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

How to Pass UserControl events up to the Web Page

As we know a UserControl has its own UI and functionality which can be reused across multiple web pages by just dragging it and dropping it in the DesignView of the intended Web form. Often the requirement is to Pass the event of the control (Ex:Button control) to the webpage in which the usercontrol is being used. In this article we are going to see how we can pass the event of a control embedded in a UserControl to be passed to the webpage in which it is used.

Submit Your Article