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
What is server side in asp.net?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
How to create multi language website in asp.net mvc? : Asp.Net MVC
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?
What is mta?
How does session authentication work?
To load your generated dataset with data which method do you invoke?
What are session and cookies?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Is viewstate enabled by default?
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
What is difference between session and viewstate?
Why is global asax is used?
Where are session variables stored?
Explain the difference between dataset and datareader.