I'm trying to create a datalist for an ASP.NET page. I get multiple rows in the list but they all contain the same data...the first record.
i.e.
White
White
White
White
White
and so on and so on. It should be
White
Green
Carson
O'Leary
Straight
I've tried creating a datagrid using the same dataset and I get all the rows the way I'm supposed to. I've also tried creating a different page in a different project with a different table in a different database...same problem. So I'm pretty sure it's not the data.
Is there a setting I've missed somewhere?
-Coco
![[auto] [auto] [auto]](/data/assets/smilies/auto.gif)
i.e.
White
White
White
White
White
and so on and so on. It should be
White
Green
Carson
O'Leary
Straight
I've tried creating a datagrid using the same dataset and I get all the rows the way I'm supposed to. I've also tried creating a different page in a different project with a different table in a different database...same problem. So I'm pretty sure it's not the data.
Is there a setting I've missed somewhere?
-Coco
![[auto] [auto] [auto]](/data/assets/smilies/auto.gif)