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 / guest
you can get the button name with request.forms collection
in the page load.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is session authentication?
What is the concept of view state in asp.net?
What is app_code folder in asp net?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
IN an ASP.NET Web application if there is any error, how can you debug?
How do I open an ashx file in windows 7?
Explain what is event bubbling?
How does u call and execute a sp in .net?
What do you mean by serialize?
Explain the difference between overriding and overloading?
What is the difference between application state and session state in asp net?
When should I use server transfer and response redirect?
List down the sequence of methods called during the page load.
What is asp net theme?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?