Answer Posted / 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 View All Answers
What is default constructor in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
Define a partial class?
What are the problem with .NET generics?
Which is the best language for desktop application?
Is there a way of specifying which block or loop to break out of when working with nested loops?
What is a c# delegate?
What is the correct way of declaring an xml namespace?
Enlist some of the properties of a thread class?
Write a C# program to find the Factorial of n
What is default access specifier for class in c#?
What is ispostback c#?
What is multicast delegate explain with example?
Why generics are used?
Why constructor is used in c#?