Toggles FlterAsssitant On/Off state.
Obj.dbFilterAssistant = True(Def) | False
You can change the appearance of the Assiatant and also set the connector and operator values manually or override them in the filter Inputbox.
The following example turns off the Filter Assistant
<script language="VB" runat="server"> Sub Page_Load(Src As Object, E As EventArgs) Dim x As New Tornado.z x.dbQP = "u=1|q=orders|D=Nwind|Ni=b5,Filter,ResetFilter|gdf=0,1,2|ff=0,1,2" x.dbFilterAssistant = False x.ASPdbNET() End Sub </script>
z Class | Tornado Namespace | Special Topic - Filter