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
What's the use of response.output.write()?
Where is session data stored in asp net?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What are the Types of chaching. How to implement caching
How to unit test Web API?
Why do we need master page in asp.net?
What is the difference between client-side and server-side validations in ASP.NET?
What is httpresponse?
Can more than one person use the same login?
Is viewstate secure?
What do you mean by role-based security?
Are cookies client side or server side?
What are session cookies?
Mention few asp.net validators.
Elaborate differentiation between Cache and Application?