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
What are the cookies types in asp.net?
Explain the difference between inline and code behind - which is best in?
What is the significance of ASP.NET routing?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is distributed system in asp.net?
Which is faster union or union all?
What threading model used in asp and asp.net?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is a web farm?
Disable Mouse right click on web page in asp.net?
what cut off mark for po's,what questions they asked for interview?
Give me one example of Web API Routing?
Describe the .net base class library.
3. What goals do you have in your career?
Write a code for sending an email from asp.net application.