You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
408 B

imports System
imports System.Web.UI.WebControls
imports System.Collections
imports System.Data
imports System.Data.Common
imports System.Data.OleDb
Public Class vb_ShoppingCart
Inherits OboutInc.oboutAJAXPage
Protected Category As Literal
Protected basket As DataList
Protected productList As DataList
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)