<
profile defaultProvider="SqlProfileProvider">
<
providers>
<
clear/>
<
add name="SqlProfileProvider" applicationName="Northwind" connectionStringName="NorthwindConnectionString" type="System.Web.Profile.SqlProfileProvider"/>
</
providers>
<
properties>
<
add name="DndColumns" type="System.String" provider="SqlProfileProvider" allowAnonymous="true"/>
</
properties>
</
profile>
for drag and drop we have config like this na..
but my issue is..
iam are getting connetionstring from..table...not from web.config file...
Iam creating dynamic connection string...It connecting multiple databases....
how I can I set this?
this is static connection
<providers>
<
<
</
??????????