You can apply backcolor to grid row in
Protected Sub GridView1_RowDataBound(sender As Object, e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView1.RowDataBound e.Row.BackColor = Drawing.Color.AliceBlue End Sub
22:28
|
Category:
|
0
comments
Comments ( 0 )