Control to bind to one record
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I love Strongly-Typed Datasets. I equally love Repeaters. However, I don't love trying to get data from a parent row from within a Repeater. Why isn't there some sort of databinding control that will let me bind just one record (for example, the parent of the record currently binding in a RepeaterItem) that doesn't provide formatting and such already? I'm looking for something as simple as the Repeater for one item. Can anyone help me?