1.

Where Do You Add An Event Handler?

Answer»

It is the Attributesproperty, the ADD FUNCTION INSIDE that PROPERTY. e.g. btnSubmit.Attributes.Add ("onMouse Over" ,"someClientCode();")

It is the Attributesproperty, the Add function inside that property. e.g. btnSubmit.Attributes.Add ("onMouse Over" ,"someClientCode();")



Discussion

No Comment Found