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
Is viewstate enabled by default?
What is the significance of attaching a profile while creating a user?
What is asp according to you?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Name the namespace which is used by ado.net?
what is a .xap file? Explain with an example.
What is the difference between login controls and forms authentication?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is Web API?
What is http only cookie?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is IPostBack? How to use it?
Explain the main differences between asp and asp.net?
How Session outproc in Sqlserver stored?
Do you know about caching with the datasource controls?