Suppose you want a certain ASP.NET function executed on
MouseOver overa certain button. Where do you add an event
handler?
Answer Posted / subhash saini
actully this is depend on which type of function u want to
call on (server side or client side). If one want to call
client side than we have to add attribute, and if wanaa to
call server side function that make that function as a web
method and call that function by ajax.
Might be this help you.
Happy Programming.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How do you declare static variable?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is the main differences between asp and asp.net?
How long does an http session last?
Explain the code Access Security (CAS) in .net Framework?
Name the tools or API for developing or testing web api?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is the state management in asp.net?
Explain the Session state management options available with ASP.NET?
What is localhost in asp.net?
In which event of the page life cycle, is the viewstate available?
What is the latest version of asp.net?
Where is asp.net view state stored?
What are client activated objects?
What is httpresponse?