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
Where can I get information on cookies in asp.net?
Which is better asp.net or php?
Can you explain composite pattern?
What is fulltrust?
What is the server of asp.net?
Explain diff between dataset and datareader?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Briefly describe the role of global.asax?
Describe in brief .net framework and its components.
What is asp.net caching?
What is the difference between mechine.config and web.config?
Define web.config in .net?
How do session tokens work?
What is web api config?
Explain ViewState?