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 / guest
you can get the button name with request.forms collection
in the page load.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what are the security certificates used in webservices?
Is it right that ASP.NET Web API has replaced WCF?
What is difference between View State and Hidden Field in ASP.NET?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is the maximum amount of memory any single process on windows can address?
What is considered a service provider?
Explain in what order a destructors is called.
Explain difference between dataset and datareader?
What is asp.net with mvc? : Asp.Net MVC
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Which data type does the rangevalidator control support?
Do you know about caching with the datasource controls?
What is protected configuration?
What is the mvc model?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?