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 / thiyagu
In page Load
Page.Request.Form.Keys
will get which button is clicked
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is HTTPModule and HTTPcontext? What is the use of each?
What is application and session in asp.net?
Why is an object pool required?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Can you explain one critical mapping? Performance issue which one is better?
What are the contents of cookie?
What language is asp.net written in?
What is difference between cookies and cache?
How will create assesblies at run time?
What are the advantages and disadvantages of Using Cookies?
Where is asp.net session stored?
What does it mean your session has timed out?
What are the advantages of using Master Pages?
What does the orientation property do in a menu control?
What are the new login controls in asp.net 2.0?