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
How is my content secured from unauthorized access?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Why session is necessary in web application?
IN an ASP.NET Web application if there is any error, how can you debug?
Is asp.net and .net are same or different?
Explain the use of resource manager class in .net.
What is difference between datalist and gridview?
What is _dopostback in asp net?
What is Web API Routing?
What is autopost?
How do I use a proxy server when invoking a web service?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is the use of global.asax file?
Which is the parent class of the ASP.NET server control?
Why session is used in asp.net?