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
Is asp.net different from asp? If yes, explain how?
What are the validation controls available in ASP.NET?
What are the built-in objects in asp.net?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
How long the items in ViewState exists?
What is the difference between union and structure?
How does session work in asp net?
What is the use of execute non query in asp.net?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Can master pages be nested?
What is the mvc framework?
What is data caching?
What is the difference between asp.net and mvc?
Explain asp.net application life cycle?
If we remove web.config or machine.config from the application then, is this application will works?