If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?
Answer / radha
Code behind
button.Attributes.add("onMouseOver",
"return functionName();")'
Is This Answer Correct ? | 5 Yes | 1 No |
Explain the main function of razor in asp.net? : asp.net mvc
What is inproc mode in session?
Describe the difference between a Thread and a Process?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
How do we get only edited/deleted/inserted records from a Dataset?
What are the benefits of view state?
Where can I get the details on migration of existing projects using various technologies to asp.net?
When during the page processing cycle is ViewState available?
Explain about solution explorer window?
What is asp.net mvc? : asp.net mvc
What is the main difference between a static page and a dynamic page?
What are the various session state management options provided by asp.net?