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
387 B

Imports System
Imports System.Data.OleDb
Imports System.Web.UI.WebControls
Imports OboutInc.Combobox
Imports Obout.Grid
Public Class vb_customers
Inherits OboutInc.oboutAJAXPage
Protected ddlCustomers As Combobox
Protected gridOrders As Grid
Protected lName As Literal
Protected lCompany As Literal
Protected lAddress As Literal
Protected lPhone As Literal