Wednesday, March 10, 2010

How to Run Time Dynamically Build ConnectionString in Asp.Net

Asp.net gives developers a class to build runtime dynamically connectionstring named SqlConnectionStringBuilder. Here in this article I will show you by an example. Please have a look at the below code example which will help you to understand how one can build dynamically connectionstring with less error possibilities.













Code Example:
using System;
using System.Data;
using

No comments:

Post a Comment