Multiple SqlDataSource in a page
am 26.11.2006 16:19:01 von Goldwind
Hi,
I placed several SqlDataSource objects on my page which work with the same
database (same connection string).
As I know, connection operation to database is costly in the performance
prespective.
Do these SqlDataSource controls work with the same connection object or each
of them create his own connecton object?
If each create it's own, then can they be changed to work with one
connection object?
Thanks
Re: Multiple SqlDataSource in a page
am 26.11.2006 19:30:29 von Mike Brind
"Goldwind" wrote in message
news:CA39130A-1DCB-4D04-BD2F-FEAEEB0BB8B1@microsoft.com...
> Hi,
>
> I placed several SqlDataSource objects on my page which work with the same
> database (same connection string).
>
> As I know, connection operation to database is costly in the performance
> prespective.
>
> Do these SqlDataSource controls work with the same connection object or
> each
> of them create his own connecton object?
>
> If each create it's own, then can they be changed to work with one
> connection object?
>
This is a classic asp group. Dotnet questions should be asked in
microsoft.public.dotnet.framework.aspnet.
--
Mike Brind