If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?

Answer Posted / radha

Code behind

button.Attributes.add("onMouseOver",
"return functionName();")'

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I open ashx file in mobile?

830


What are demand-paging and pre-paging?

746


What is the meaning of TestApi?

826


In asp.net, how can you validate drop down box?

807


What is the difference between cache and cookies?

711


Which is an advantage of application service providers?

669


What is different authentication mechanisms used in ASP.NET?

793


Which protocol is used to call a web service?

773


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

751


What is the use of the tag in the web.config file?

738


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

801


How dataadapter.fill works?

746


What are the different methods of session maintenance in asp.net?

744


Which object wraps the state or data of a user?

749


Which authentication uses a combination of windows and iis authentication?

789