i have a form with a collection of about five drop down . i have my query as follows .
string sql = \"SELECT a.clientID ,a.[cname],b.bid,b.[bname],c.contactID,
Your choices are to either rerun/refill it or create separate readers or better yet fill a datatable instead and then you can reuse the datatable.