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

What is session management in web application?

553


What is base class of .net?

540


What are the benefits of view state?

556


What is autopostback in asp net?

593


What is asynchronous call?

588






What symbol specifies the beginning of a query string?

537


What is the web.config file in asp?

642


What is the use of placeholder control? Can we see it at runtime?

573


Define common type system?

587


How long do session variables last?

532


What are the ways of preserving data on a Web Form in ASP.NET?

624


Where are session variables stored?

515


What is difference between rest and soap?

582


What is the difference between localization and globalization?

566


Explain the different types of assemblies?

531