How to check whether ASP.NET button is clicked or not on page load

Jak
Jak
908 Points
132 Posts

Hi,

How to check whether ASP.NET button is clicked or not on page load

Views: 9478
Total Answered: 1
Total Marked As Answer: 0
Posted On: 23-Mar-2015 23:25

Share:   fb twitter linkedin
Answers
Rahul Maurya
Rahul M...
4916 Points
27 Posts
         

Hi Jak,

 

Dim eTarget As String
eTarget = Request.Params("__EVENTTARGET")

 

The UniqueID of the button will be in Request.Params["__EVENTTARGET"]

 

Posted On: 23-Mar-2015 11:19
 Log In to Chat