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 / savita
try 2 remember which button u had clicked. again select
that button, go its property window by just right click on
that button. n u get its name. which r unique.ok.
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
How do you design a website with multilingual support in ASP.NET ?
How can we make sure that Web API returns JSON data only?
What is application state?
How do I use response redirect?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Explain MVC model binders?
What is difference between abstract class and an interface?
What is a Cookie? Where is it used in ASP.NET?
Explain server control extensibility with reference to asp.net 2.0 ?
What is xaml? Are xaml file compiled or built on runtime?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Can action method static?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Which platform does Microsoft .NET use for exchanging data between applications?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?