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 the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Can we have multiple web config files for an asp.net application?
How are sessions stored?
How can you pass multiple complex types in Web API?
What is slidemaster?
What are the cookies types in asp.net?
What are sessions and cookies?
How can we inherit a static variable?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Can we set master page as a start page?
If you want to write your own dot net language, what steps you will you take care?
How would you implement inheritance using c#?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Which two new properties are added in asp.net 4.0 page class?