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.
OboutSuite/EasyMenu/cs_database_horizontal_uc.a...

16 lines
465 B

using System.Data.OleDb;
using System.Data;
using System.Web.UI.WebControls;
using OboutInc.EasyMenu_Pro;
public class cs_database_horizontal_uc : System.Web.UI.UserControl
{
protected PlaceHolder placeHolder1;
private void Page_Init(object sender, System.EventArgs e)
{
string sConnectionString;
OleDbDataReader oReader;
sConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Page.Server.MapPath("../App_Data/DBDEMO_horizontal.mdb");