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 / rathore kuldeep
Request.Form("bsubmit")="name of button"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is it preferred to not use finalize for clean up?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
How we can force all the validation controls to run?
Describe the diffeerence between inline and code behind?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
How to do state management in ASP.NET?
How can exception be handled with out the use of try catch?
Explain form level validation and field level validation?
Can we have multiple web config files for an asp.net application?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is jade template engine?
How would you get asp.net running in apache web servers? Explain it's limitations.
Explain difference between dataset and recordset?
State differences between MVC and WebAPI