Here I will explain how to disable button after click or during postback and I will explain how to change the button text after click on button or during postback in asp.net
Description
In many websites we will see disable of button after click on that for getting some content how we can implement that in our application.
Here we need to observe one point that is how we can findout button click and how we can disable button and how we can change text of button during postbacks in asp.net. Here we have chance to get postsbacks by using these statements