You have two buttons in web form and i clicked on one of
the button, so how do i find which button i've clicked on
the form in my page load?
Answer Posted / jaspaul
do a Response.write(sender.toString()) inside each of the
click event methods
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why select Web API?
What is the use of view state?
Explain different types of validators in asp.net?
List some of the important session state modes of asp.net.
How do we sort the data from a dataset?
What is the function of the ViewState property?
What is difference between rest and soap?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain about asp.net 2.0 themes?
What is difference cookie and session?
To wrap up a call to a Web service the standard used is..?
What is difference between viewstate and session state in javascript?
What are the session variables?
What is the parent class of all the web server control?
What are app services?