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 / jaspaul
do a Response.write(sender.toString()) inside each of the
click event methods
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What are the versions of garbage collection?
Is viewstate secure?
Explain one critical mapping?
What are sessions used for?
Explain the difference between array and linkedlist?
What is the difference between adding reference in solution explorer and adding references by using ?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Define resource files.
Explain server-side scripting and client-side scripting.
How many validators do ASP.NET have?
What is custom attribute?
Difference between response.redirect and server.transfer?
What is AutoEventWireup attribute for ?
Explain the difference between singleton and single call?