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
Is viewstate secure?
What is owin authentication?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is the mvc framework?
Define a static class?
What r the asp.net list controls and diff. Between them?
Explain the difference between asp & asp.net.
Name the tools or API for developing or testing web api?
Write a code snippet to implement the indentation in json in web api.
What are the advantages of passport authentication?
What does passport and windows authentication mean in ASP.NET?
Define view state.
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is authorization in asp.net?
Why and where this web.config file is used?