Temple University

Rename the form to “Order.aspx” ... ' Add a column to contain the UPC (The type of the UPC is a string) objDT.Columns.Add("UPC", GetType(String)) ... The type of the referenced object is System.Data.DataTable, which is instantiated with the New keyword. So, in this case, the entire cart is saved across application. ... ................
................