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 a di class?
Which are the loop types available in c#?
What are extension methods and where can we use them?
To allow an element to be accessed using a unique key which .NET collection class is used ?
Explain the difference between private and shared assembly?
Can a loop recorder detect a heart attack?
What is a float?
Define delegate in c#?
Is c# and c sharp same?
Explain the difference between object type and dynamic type variables in c#?
What is the difference between method and constructor in c#?
What is toint32 c#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
what are the different ways a method can be overloaded?
What is anonymous class in c#?