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
How can I open ashx file in mobile?
What are demand-paging and pre-paging?
What is the meaning of TestApi?
In asp.net, how can you validate drop down box?
What is the difference between cache and cookies?
Which is an advantage of application service providers?
What is different authentication mechanisms used in ASP.NET?
Which protocol is used to call a web service?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is the use of the tag in the web.config file?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
How dataadapter.fill works?
What are the different methods of session maintenance in asp.net?
Which object wraps the state or data of a user?
Which authentication uses a combination of windows and iis authentication?