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 / nithya_raghu
the above code was returning the hidden field value. which
will be non readble format.please make sure before entering
the answer will it work or not.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Why is xap important?
What are sql joins?
How can you implement encapsulation in asp.net?
How can you implement the postback property of an asp.net control?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Contrast OOP and SOA. What are tenets of each ?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What symbol specifies the beginning of a query string?
How to do state management in ASP.NET?
Elaborate differentiation between Cache and Application?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Why is an object pool required?