S
Steve
Hi All,
Is there a way that I can bind a certain range of rows in
a DataSet to an ASP.NET repeater? I want to add paging
to the repeater, so only want to display 10 rows of the
dataset on each page.
I did manage to do this by creating a DataView of the
DataSet and deleting all rows that I do not want to show,
but this does not seem the ideal way to do it.
Each row has 14 columns, one of which is an ID but will
not be in an order that I can filter on.
Thanks for any ideas,
Steve
Is there a way that I can bind a certain range of rows in
a DataSet to an ASP.NET repeater? I want to add paging
to the repeater, so only want to display 10 rows of the
dataset on each page.
I did manage to do this by creating a DataView of the
DataSet and deleting all rows that I do not want to show,
but this does not seem the ideal way to do it.
Each row has 14 columns, one of which is an ID but will
not be in an order that I can filter on.
Thanks for any ideas,
Steve