Datasource is a property.... and it's going to want to take something that implements IEnumerable or IList - I know that all jsut went over your head (half the time it goes over mine too)... what you need to do is execute your query and get a datatable out of it.... then set that to the DataSource property.... Might want to take a look at the Databaser FAQ & Tutorials thread from some quick help on getting started with that.

-tg