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

Kubernetes

Prerequisites We assume anyone who wants to understand Kubernetes should have an understating of how the Docker works, how the Docker images...