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 / vijaykumar
Just write code on page load
Response.Write(Request.Form[1].ToString());
u got button name which one u clicked.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain what does wsdl stand for?
What is difference between asp state management and asp.net state management?
What is different authentication mechanisms used in ASP.NET?
What is the function used for removing an event listener?
Explain Authentication mechanism in dotnet
Where would you use an ihttpmodule, and what are the limitations of any?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
WSDL means?
What is a uri query?
What is the advantage of using Windows authentication in a Web application?
Is asp.net outdated?
Explain Features in ASP.NET
Where code pages are used?
Explain client-side scripting?
What is session in asp.net?