Display Mode - Both

#OrderIDCustomerIDEmployeeIDOrderDate
1 10277 MORGK 2 9/9/1994 12:00:00 AM
2 10329 SPLIR 4 11/15/1994 12:00:00 AM
3 10337 FRANK 4 11/24/1994 12:00:00 AM
4 10338 OLDWO 4 11/25/1994 12:00:00 AM
5 10348 WANDK 4 12/8/1994 12:00:00 AM

bottom next goreload

[1 - 5 : 706]

Basic Display - Both Mode
Sub Page_Load(Src As Object, E As EventArgs)
  Dim z1 As New Tornado.z
  With z1
    .dbQP = "u=1| S=1| D=Nwind| Q=Orders| Gdf=0,1,2,3| Th=Ti=Both"
    .dbMode="Type=Both| SysIndex=true"
    .ASPdbNET()
  End With
End Sub