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 / gaurav joshi,mohit jethva
i have two button btnadd and btnupdate
If (Array.IndexOf(Request.Form.AllKeys, btnadd.ClientID))
{
}
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
How would you get asp.net running in apache web servers?
What is advantage of asp.net?
Explain an object, class and method.
What is asp.net introduction?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Is asp.net mvc still used? : Asp.Net MVC
Explain the difference between sql invalidation and sql notification.
How does session work in asp net?
How we can force all the validation controls to run?
Describe session handling in a webfarm, how does it work and what are the limits?
How does cookies work in asp net?
What is autopost?
Explain the difference between overriding and overloading?
What is IPostBack? How to use it?