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 / vijaykumar
Just write code on page load
Response.Write(Request.Form[1].ToString());
u got button name which one u clicked.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How many types of cookies are available in asp?
How long the items in ViewState exists?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Difference between response.redirect and server.transfer?
What is rending process in ASP.NET?
What is the concept of postback in asp.net?
Explain asp.net web forms.
What are the different kinds of assemblies?
What is the difference between typeof() vs gettype()?
What are the advantages of asp.net mvc framework? : asp.net mvc
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Explain login control and form authentication.
What is %20 in a url?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is use of <% %> in asp.net?