Thursday, March 22, 2007

Applicatioon Settings

place this inside the configration setting present in the web.config file
----------------------------------------------






System.Data.Oledb.OleDbConnection con= new System.Data.Oledb.OleDbConnection();
con.ConnectionString=ConfigurationSettings.AppSettings["_dsn"];
con.Open();

No comments: