A
AlecL
I am trying to create linkbutton with a repeater and the repeater does
this fine but it is showing all the records in a particular column. I
would like it to show only the distinct records in that column.
I am trying to accomplish this by:
Me.<<Repeater_Control>>.Datasource = <<A temporary
table>>.Select("Distinct CourseState", "DES",
Data.DataViewRowState.CurrentRows)
But it is giving me the error:
IndexOutOfRangeException: Cannot find column DES
Any help would be appreciated.
Al
this fine but it is showing all the records in a particular column. I
would like it to show only the distinct records in that column.
I am trying to accomplish this by:
Me.<<Repeater_Control>>.Datasource = <<A temporary
table>>.Select("Distinct CourseState", "DES",
Data.DataViewRowState.CurrentRows)
But it is giving me the error:
IndexOutOfRangeException: Cannot find column DES
Any help would be appreciated.
Al