Necesito ayuda con este evento
Buenas Tardes experto,
Me podrías decir para que sirve esto,
If e.Row.RowType = DataControlRowType.DataRow Then
e.Row.Attributes.Add( onmouseover , this.originalstyle=this.style.backgroundColor;this.style.backgroundColor='#C1DAD7'; )
e.Row.Attributes.Add( onmouseout , this.style.backgroundColor=this.originalstyle; )
e.Row.Attributes( onclick ) = ClientScript.GetPostBackClientHyperlink(Me.ConsultaDGV, Select$ + e.Row.RowIndex.ToString())
End If
saludos,
1 Respuesta
Respuesta de vbnet_bcn
1