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
Is python easier than c#?
What does void mean unity?
What is reference types in c#?
What is dependency injection?
what is scope of a protected internal member variable of a c# class
What does mean before a string in c#?
What is the use of console readkey ()?
Which .gang of four. Design pattern is shown below?
What is the difference between null and string empty in c#?
What is the difference between array and arraylist in c#?
What is the CTS, and how does it relate to the CLS?
Why do we use class in c#?
Can you access a hidden base class method in the derived class?
What is null character in string?
What are the Types of JIT and what is econo-JIT