المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How i use the connection string for making a connection object..



C# Programming
05-06-2009, 12:01 PM
Hi ,

i made a connection string in app.config file. and i want to use this into my .cs file while creating connection object...

objSqlConnection1.ConnectionString = ?

please post the solution..