S
Sammy
When a user control access SQL Server, what happens if I host it multiple
times on one webpage (create several instances of that user control), in
terms of trips being made to the server? How can I make sure a page calls
the server only once, and gets all information required by all user
controls? This applies to a case where user controls are not even the same,
that is, multiple user controls that each access the database using a
different SQL statement/etc.
Thank you,
Sammy
times on one webpage (create several instances of that user control), in
terms of trips being made to the server? How can I make sure a page calls
the server only once, and gets all information required by all user
controls? This applies to a case where user controls are not even the same,
that is, multiple user controls that each access the database using a
different SQL statement/etc.
Thank you,
Sammy