is it better to use multiple asp.net sqldatasource control or programatically populate?

Andrew C

New member
I am using multiple sqldatasource controls to populate several web controls on my page. I was wondering if it would be better to do it so on page_load in the code behind, to programmatically open a connection perform all the queries and then close the connection. Is it better in terms of performance and connections to the database to do it that way?
 
Back
Top