Tuesday, June 3, 2014

Call button click event of user control in a Page.

First create a user control
Second create a page and access that user control inside that page.


Add new item


And write the following code in the user control

.cs


Add a new page and call that user control from that page



.aspx


.cs


Run and see the output


Now click on button


No comments:

Post a Comment

Thank you for visiting my blog

Python -3

  Lists It is used to store Collection of data. Lists are created using square brackets: List Items Order cannot be changed. It can have dup...