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
How do active server pages work?
What are the benefits of view state?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Where the viewstate is stored after the page postback?
What is simple data binding?
Will the asp.net validators run in server side or client side?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
what is command line compiler.what are the steps and how it is related to debugging.
Why do we need master page in asp.net?
What does mvc represent in asp.net? : asp.net mvc
Explain how asp.net different from asp?
What is difference Between Authentication and authorization?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is data caching?
Where can I get the details on migration of existing projects using various technologies to asp.net?