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 what is viewstate?
What can you do with asp.net?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Can I stream live content/events?
What is Web API Routing?
Is web config mandatory?
Write code to send e-mail from an asp.net application?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is the appSettings Section in the web.config file?
How does u call and execute a sp in .net?
What are user controls?
What methods are fired during the page load? Init()
Describe the diffeerence between inline and code behind?
Can the dictionary object be created in client?s scope ?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?