Specify the display row/column alternating effect.
Mydb.dbGridStrips="Row(Def)| Col| Both| None"
| Keyword | Description |
|---|---|
| Row | Alternate row highlighting |
| Col | Alternate column highlighting |
| Both | Alternate both row and col highlighting - Checker effect |
| None | No alternate highlighting - Single color |
<script language="VB" runat="server">
Sub Page_Load(Src As Object, E As EventArgs)
Dim x As New Tornado.z
x.dbQP = "U=1|M=g|Q=orders|D=Nwind|Gs=both"
x.ASPdbNET()
End Sub
</script>