hi friends,
error in this part
+ Server.MapPath("..\\login.mdb") +
this is full line
OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.Oledb.4.0 ;data source=" + Server.MapPath("..\\login.mdb") + ";");
System.Data.OleDb.OleDbDataAdapter dap = new System.Data.OleDb.OleDbDataAdapter("Select * from Categories", con);
Error 1 An object reference is required for the nonstatic field, method, or property 'System.Web.UI.Page.Server.get' D:\sample\Admin\AdminLogin.aspx.cs
Error 2 A field initializer cannot reference the nonstatic field, method, or property 'Admin_AdminPanel.con' D:\sample\Admin\AdminLogin.aspx.cs
please correct it.
thanks.