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
Explain the Session state management options available with ASP.NET?
Explain the use of errorprovider control in .net?
What is tracing? Where is it used?
What is full form of asp.net?
Explain the overview of asp.net?
What is the namespace to create thread in .net?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is meant by server side scripting?
What are the data controls available in asp.net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is the difference between stored procedure vs function?
How does windows service lifecycle differ from a .standard. Exe?
How do u optimize a query in asp.net?
What is enableviewstate in asp net?
What is http post and http get?