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 the difference between first and firstordefault?
What is the difference between icomparer and icomparable in c#?
What is the importance of closing an ado.net application?
Is c# good for web development?
What are value types in c#?
Why abstract class is not instantiated in c#?
What is option parameter in C#?
Can int be null in c#?
How Global.asax is used ?
What do you use c# for?
What is the default scope of a class in c#?
Can you have parameters for static constructors?
Define Virtual folder?
How to implement singleton design pattern in c#?
What is the difference between method parameters and method arguments. Give an example?