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 / jaspaul
do a Response.write(sender.toString()) inside each of the
click event methods
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the mvc model?
What is rich control in asp.net?
How do you hide the columns?
How does ASP.NET framework maps client side events to Server side events.?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Do cookies store passwords?
Explain the flow of processing of the request? : asp.net mvc
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
If 200 is for all successful operation then why do we have 201 response codes?
What is a viewbag?
What are Caching techniques in .NET
What describes a query?
What are directives in asp.net? List down all the important directives.
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc