Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all,

how to manage Connection Strings in a C#.net application?
How to create a connection string by taking user input and saving it for the application?
Posted
Updated 17-Nov-10 18:39pm
v2

1 solution

You can write user input as connectionString in XML file. Or in Write to web.congfig file.

http://www.codeproject.com/KB/cs/readwritexmlini.aspx[^]

http://geekswithblogs.net/akraus1/articles/64871[^]

May help you.

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900