in login page use the dropdown list.when i select each item use the separate database.
ex,in dropdown list chennai,bangalore,mumbai. when i select chennai whole application use one database.or when i choose the bangalore whole application use anothe database.
nagavts
0 Points
4 Posts
asp.net web config
Apr 05, 2012 06:37 AM|LINK
i am using the web config file.
in login page use the dropdown list.when i select each item use the separate database.
ex,in dropdown list chennai,bangalore,mumbai. when i select chennai whole application use one database.or when i choose the bangalore whole application use anothe database.
HostingASPNe...
All-Star
15878 Points
2975 Posts
Re: asp.net web config
Apr 05, 2012 06:39 AM|LINK
Hello,
Database tables or database? You could define the connection string(s) in your web.config file and to use the appropriate based upon your selection.
Regards
Free ASP.NET Examples and source code.