Suppose you want a certain ASP.NET function executed on
MouseOver over a certain button. Where do you add an event
handler?



Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do y..

Answer / 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

More ASP.NET Interview Questions

Should I delete cookies?

0 Answers  


Explain authorization levels in .net ?

0 Answers  


Can u able to get the xml document in crystal report if yes how its possible

2 Answers  


Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept?

3 Answers   AFAS, Take United,


Describe the diffeerence between inline and code behind?

0 Answers  


What are the page life cycle events?

0 Answers  


What is early binding and Late binding. Difference which is better ?

2 Answers   DELL,


What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout

2 Answers   Syntax Softtech,


What is ViewState and How it is managed,Its Advantages/Benefits?

4 Answers   Google,


what is uncle aunty file

1 Answers  


Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj

0 Answers   Accenture,


What is the Global ASA(X) File?

2 Answers  


Categories