I am trying to create a web page that display a list of sql databases that we hold internally (150+).
When the user select the one they require, i've got an button wish i can to use to update several grid view on the form.
What is the easiest way to change the data source that these are looking at - as in a windows application i would use the adpater etc in the code, but the code for the sql data sources is in the web config file.
Sorry if this seems a stupid questions but i am very new to asp.net development.
many thanks in advance,
When the user select the one they require, i've got an button wish i can to use to update several grid view on the form.
What is the easiest way to change the data source that these are looking at - as in a windows application i would use the adpater etc in the code, but the code for the sql data sources is in the web config file.
Sorry if this seems a stupid questions but i am very new to asp.net development.
many thanks in advance,