I have created a SQLDataSource web server control, and i made a repeater and bound the source to the repeater. It works great.

I was wondering how you would go about extracting data from the SQLDataSource control using VB code. Without binding it to an object.

Example... say the DataSource control is getting all rows from a table. How would you access the data without binding it to a control?

Is there a control specifically for this purpose?

Cheers