Monthly Archives: September 2009

Database connection using web.config file

we can connect database in many ways in Asp.net. the main point is where we write the connection string. we can either write it in every .aspx.cs pages or in web config file or even in any global configuration file. … Continue reading

Posted in dot net | Tagged , , , | Leave a comment