Temple University

' Create DataTable and DataRow objects. Dim objDT As System.Data.DataTable. Dim objDS As System.Data.DataSet. Dim objDR As System.Data.DataRow. Copy the following code to “Order.aspx.vb”. ' Page load event - changes the displayed item when the page is reloaded ' based on the selected item in the list box of found items ................
................