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
Where sessions are stored in asp.net?
Is LINQ performance wise better or using sqlcommand?
How can I open ashx file in mobile?
What is form method?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How to you can limit Access to Web API to Specific HTTP Verb?
Will session work if cookies is disabled?
How you can access the properties and controls of master pages from content pages?
What is http only cookie?
What are the authentication types in asp.net?
What is the difference between dynamic SGA and static SGA?
What is the concepts of globalization and localization in .net?
How many web.config files can I have in an application?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What’s the difference between response .redirect and server.transfer?