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 / guest
you can get the button name with request.forms collection
in the page load.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What threading model used in asp and asp.net?
Explain ViewState?
Explain what is an abstract class?
Is it possible to write code in many languages in one asp.net project?
What is the difference between custom controls and user controls?
How can we inherit a static member?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is web configuration file and how to use in web application
What is difference between Lambda Expression and LINQ in ASP.NET?
Explain repository pattern in asp.net mvc? : asp.net mvc
How does a content page different from a master page?
What is the viewstate in asp.net?
What is a session in asp.net?
What is asp.net master page?
What are the differences between code behind and code inline?