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
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is enableviewstatemac in asp net?
How can you send an email message from an asp.net web page?
How to find out what version of asp.net I am using on my machine?
What are the features that make asp.net more used framework? : asp.net mvc
What is the difference between visual basic and asp.net?
What is the file through which you can customize your asp.net application?
Explain cookies with example.
How can you dynamically add user controls to a page?
What are triggers of an updatepanel?
Explain how can we inherit a static variable?
Which is better viewstate or session?
Why viewstate is used in asp.net?
Is asp.net a language?
What are early binding and late binding.