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
What is the life cycle of an asp.net page?
What is Dynamic Web and discuss its usage with the help of real life examples?
What is distributed system in asp.net?
What are the session variables?
How do we ensure view state has not tampered?
What are session and cookies?
Why Unload event of MasterPage Calls first in ASP.net ?
How long the items in ViewState exists?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain culture and uiculture values.
What is voluum?
What are Session states available and its Uses?
What is data reader in asp.net?
Explain how can we inherit a static member?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?