Where do you add an event handler ?



Where do you add an event handler ?..

Answer / sudhanshu

It's the Attributesproperty, the Add function inside that property.
e.g. btnSubmit.Attributes.Add(""onMouseOver"",""someClientCode();"")

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Distinguish between a class and struct?

0 Answers  


1.write a program in C# to find a given point which is inside in a circle. Given circle's radius and its center point? 2.Write a program in C# to generated 20 prime numbers greater than a given number? (It should be more efficient for large numbers also) 3. Write a Code to check whether a given point is inside a circle or not? given Circle's raduis and its center point. 4. using oops concept, design an elevator do not forget buttons on each floor..

2 Answers  


What is difference between throw and throws in c#?

0 Answers  


How can we make a thread sleep for infinite period ?

0 Answers  


What is difference between continue and break in c#?

0 Answers  






How do you escape c#?

0 Answers  


How can you clean up objects holding resources from within the code?

2 Answers   L&T, Wipro,


What is the difference between ref and out parameters in c#?

0 Answers  


Why to use “finally” block in c#?

0 Answers  


Why do we need singleton class in c#?

0 Answers  


What does it mean?

0 Answers  


What are the basics of c#?

0 Answers  


Categories