Typically, when you are going to bind a dataset to a control, you bind it to a repeating control like a Repeater, DataList or DataGrid. A label only will show a text value for a single item, it doesn't know how to bind multiple things.
You are trying to bind multiple rows correct? From you query I would expect multiple rows to be returned. Take a look at the repeater control. It will provide you with a very simple repeatable control you can use for simple repeating text output.
Peter
------------------------------------------------------
Work smarter, not harder.
|