Saved Bookmarks
| 1. |
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();") It's the Attributesproperty, the Add function inside that property. e.g.btnSubmit.Attributes.Add("onMouseOver","someClientCode();") |
|