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

imports System.Data.OleDb
imports System.Data
imports OboutInc.TextMenu
public class vb_database
inherits System.Web.UI.Page
Sub Page_Load(sender As object, e As EventArgs)
' declare the menu and set its properties
DIM tm as TextMenu = new TextMenu()
tm.ID = "TextMenu1"
' add the menu to page
Page.Controls.Add(tm)
Dim sConnectionString As String