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

using System.Data.OleDb;
using System.Data;
using OboutInc.TextMenu;
public class cs_database : System.Web.UI.Page
{
void Page_Load(object sender, System.EventArgs e)
{
// declare the menu and set its properties
TextMenu tm = new TextMenu();
tm.ID = "TextMenu1";
// add the menu to page
Page.Controls.Add(tm);