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


Please Help Members By Posting Answers For Below Questions

How many types of cookies are available in asp?

679


How long the items in ViewState exists?

1057


5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?

1886


Difference between response.redirect and server.transfer?

645


What is rending process in ASP.NET?

707






What is the concept of postback in asp.net?

682


Explain asp.net web forms.

646


What are the different kinds of assemblies?

601


What is the difference between typeof() vs gettype()?

632


What are the advantages of asp.net mvc framework? : asp.net mvc

630


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

583


Explain login control and form authentication.

643


What is %20 in a url?

614


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

634


What is use of <% %> in asp.net?

631