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 / thiyagu

In page Load
Page.Request.Form.Keys
will get which button is clicked

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is server side in asp.net?

590


What is the difference between ASP.NET Webforms and ASP.NET MVC?

684


How to create multi language website in asp.net mvc? : Asp.Net MVC

573


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1620


What is mta?

710






How does session authentication work?

590


To load your generated dataset with data which method do you invoke?

699


What are session and cookies?

626


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

633


Is viewstate enabled by default?

622


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

1496


What is difference between session and viewstate?

550


Why is global asax is used?

700


Where are session variables stored?

605


Explain the difference between dataset and datareader.

627