TechnoTone
Well-known member
I have successfully connected to a SQL Server and executed a stored procedure. I now have an SqlDataReader with my data and I want to populate a combo-box. Is there a way to get the data to the combo-box without running through the records one-by-one?