VB .Net Question:
Download Job Interview Questions and Answers PDF
Where do you add an event handler?
Answer:
It's the Attributesproperty, the Add function inside that property.
e.g. btnSubmit.Attributes.Add(""onMouseOver"",""someClientCode();"")
e.g. btnSubmit.Attributes.Add(""onMouseOver"",""someClientCode();"")
Download VB .Net Interview Questions And Answers
PDF