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 / sen
Just write code on page load and ur getting a control name
which one u clicked
string ctrlname = Page.Request.Params["__EVENTTARGET"];
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is asp.net file?
What are the events in a page life cycle?
Are there resources online with tips on asp to asp.net conversions?
What is the usage of DelegatingHandler?
What is a ashx file?
Are xaml file compiled or built on runtime?
Explain asp.net web forms.
Why do we need Sessions?
Define a web service in .net?
How Session use Cookies in State Management?
Where is cookie used in asp.net?
What are client activated objects?
What is the difference between globalization and localization?
Is react a template engine?
Where is the view state data stored?