two connection string using sql database in asp.net using C#
Iam developing a web page in that iam using two database in a program.iam using dropdown list for selecting database.can any plz help me how to write a code for it.common file for entry project.and i need to save data when i go to next page.
Santhosh Kumar JayaramanPosted Jan 10, 2013, 4:55 AM
in dropdown selection changed event
set your sqlconnection and call all sqlcommand using same sqlconnection
i have attached sample one.