Suppose you want a certain ASP.NET function executed on
MouseOver over a certain button. Where do you add an event
handler?
Answer Posted / guest
It?s the Attributesproperty,the Add function inside that
property. So
btnSubmit.Attributes.Add("onMouseOver","someClientCode();")A
simple"Javascript:ClientCode();? in the button control of
the .aspxpage will attach the handler (javascript
function)to the onmouseover event
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the mvc model?
What is server side routing?
Explain login control and form authentication.
Explain the use of fragment caching.
What is validation in asp.net?
how to retrieve property settings from xml .config file.
How do you use viewstate?
What is content page in asp net?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is the difference between CC and BCC?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Why do we need asp.net?
What does ascx stand for?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
To wrap up a call to a Web service the standard used is..?