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 is asp.net mvc5? : Asp.Net MVC
9. Why should we hire you over the others waiting to be interviewed?
What is virtual directory in asp.net?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
List the major built-in objects in asp.net?
What is the difference between custom web user control and a custom web server control?
What is the maximum timeout we can set for Cookies?
What is state management techniques in asp.net?
Which two new properties are added in asp.net 4.0 page class?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Differentiate between globalization and localization.
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Can we use MSSql as backend in asp.net...if yes then How.?
Should I delete cookies?
What are the new web part controls in asp.net 2.0 ?