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
Why is global asax is used?
What is cas?
How do you design a website with multilingual support in ASP.NET ?
Can the unique key be null?
In which event of the page life cycle, is the viewstate available?
What is mvc in asp.net interview question? : Asp.Net MVC
witch is the best insistute in sharpoint course.what abt future of share point course.
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is server side session management?
How does u call and execute a sp in .net?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
how to write html code with ssl
Explain the benefits of viewstate?
Which is better asp.net or php?
What is asp net objects?