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
How would you get asp.net running in apache web servers?
Is there any property names “isnavigating”?
What is manifest in .net framework?
How tooltip is set through code-behind in ASP.NET?
Explain the overview of asp.net?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What are the new data controls in asp.net 2.0?
Which class is used to send an email message from an ASP.NET Web page?
What is the life cycle of an asp.net page?
What is the difference between client-side and server-side validations in webpages?
What is meant by ispostback in asp net?
What is the maximum amount of memory any single process on windows can address?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)