u kunt een stijlblad door het volgende toewijzen
e.Row.Attributes („onMouseOver“) = „this.className='RSHover'"
Als e.Row.RowIndex Mod. 2 = 0 toen
e.Row.Attributes („onMouseOut“) = „this.className='GridRowStyle'"
Anders
e.Row.Attributes („onMouseOut“) = „this.className='GridAlternatingRowStyle'"
Eind als