Drag and drop Isuue

Last post 01-25-2009 9:34 AM by rameshnagineni. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 01-23-2009 7:46 AM

    Drag and drop Isuue

     

    <

    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>

    <

    <

    </

    ??????????

     

  •  Advertisement

    Featured Advertisement

     
  • 01-23-2009 12:50 PM In reply to

    • xxxd
    • Top 10 Contributor
    • Joined on 12-18-2006
    • Slacker
    • Points 19,057

    Re: Drag and drop Isuue

     If it is dynamic data connection string (why), then you cannot set it in the config file.

    However you can always predefine a few connection strings, then dynamically use the one you need

  • 01-25-2009 9:34 AM In reply to

    Re: Drag and drop Isuue

     hi,

       Nice Idea.....

    thanks

    ramesh

      

     

Page 1 of 1 (3 items)