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's the difference between viewstate and sessionstate?
What methods are fired during the page load? Init()
What is difference between asp.net and asp?
Which protocol is used to call web service?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is the maximum amount of memory any single process on windows can address?
Explain how dot net compiled code will become platform independent?
What is the use of placeholder control? Can we see it at runtime?
What is session in http request?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is inproc and outproc?
What is data grid view in asp.net?
How does the cookies work in asp.net?
Explain the purpose of storyboard.targetproperty.