Grid RowEdit Mode

EditOrderIDCustomerIDFreight
goupdate goclassicdelete 10277 MORGK 125.77
goupdate goclassicdelete 10329 SPLIR 191.67
goupdate goclassicdelete 10337 FRANK 108.26
goupdate goclassicdelete 10338 OLDWO 84.21
goupdate goclassicdelete 10348 WANDK 0.78

bottom next goreload

[1 - 5 : 706]

Advanced Display - Grid-RowEdit (Update & Delete) Mode
Sub Page_Load(Src As Object, E As EventArgs)
  Dim Mydb As New Tornado.z
  With Mydb
    .dbQP = "U=6| S=England| D=nwind| ni=b5,Update,Delete| Bm=orders;0| th=Ti=Grid RowEdit Mode"
    .dbMode = "Ty=Grid| RowEdit=true"
    .dbEditUpdateFlds = "Freight"
    .dbSQL = "SELECT OrderID, CustomerID, Freight From Orders"
    .ASPdbNET()
  End With
End Sub