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
Does a class need a constructor c#?
What is static classes in c#?
What is namespace in oops?
What are the Types of configuration files and their differences
Why should you override the tostring() method?
What is a destructor in c#?
What is difference between method and function in c#?
Which .gang of four. Design pattern is shown below?
What is difference between a function and a method?
Can abstract class be sealed in c#?
Explain the difference between Metadata and Manifest
Why do I get a syntax error when trying to declare a variable called checked?
How can i Spawn a Thread
What is a variable in c#?
What is the difference between string and stringbuilder in c#?