Suppose you want a certain ASP.NET function executed on
MouseOver overa certain button. Where do you add an event
handler?
Answer Posted / kalyan
No it is impossible to do so. it is because servere side
methods can not be called from client side. the only way to
do so is to submit the page.
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
Can one dll file contains the compiled code of more than one .net language?
Define caching.
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
WSDL means?
What are the Types of objects in ASP
How can you identify that the page is post back?
Explain the asp.net page life cycle.
What is difference in .net 1.1 and .net 2.0?
What is difference between session and cookies?
What is server redirect?
What is cross page posting? How is it done?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What does the orientation property do in a menu control?
what is loosely coupled solution? How it can be used?