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 is protected configuration?
Which is an advantage of application service providers?
How can I configure asp.net applications that are running on a remote machine?
How to create multi language website in asp.net mvc? : Asp.Net MVC
How to send a DataReader as a parameter to a remote client ?
How do I open an ashx file?
How is session id generated?
List the types of authentication supported by asp.net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is inproc and outproc?
Differentiate between client-side and server-side validations in web pages.
what are the Custom controls in asp.net?
Out of ASP or ASP.NET which one is stateless?
What is routing in MVC?
Why is xap important?