Click to See Complete Forum and Search --> : having lots of query in a page


pelegk1
12-19-2005, 04:59 PM
i have a page where i read lot of tables from the DB and show it in an asp:DropDownList for example.
can i make all this reading from the db withought the need all the time to close and open the connection to the DB for each query?
thnaks in advance
peleg

takkie
12-20-2005, 01:43 PM
yup.

open connection, and exec multiple equerys, and then close the connection....

- Tak