Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

I am working on a page which is in Classic ASP.
I need to execute a query and bind the data to combo box.

Now I have 3 combo box, which all 3 need to be filled with same data which is retrieved from query.
So i need to execute the query 3 times, is there any option to load the recordset only once and use it multiple times in classic ASP.

Please guide me on the same.
Posted

1 solution

I have solved myself.
We can use
HTML
movefirst
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900