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 new navigation controls in asp.net 2.0?
Where is asp.net view state stored?
Why does my asp.net file have multiple tag with runat=server?
Can user control be stored in library?
Define static member?
Define static constructor?
How can we create pie chart in asp.net?
What is form method?
What are the layouts of ASP.NET Pages?
Explain server side state management system.
What is datagrid asp.net?
What is meant by web application?
What are main return types supported in Web API?
How do you implement sql caching in asp.net?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?