PagedDataSource with Typed Dataset

  • Thread starter Thread starter Fresh Air Rider
  • Start date Start date
F

Fresh Air Rider

Hi

There are plenty of examples on the internet of using the
PagedDataSource in conjunction with a dataset to implement paging
within the Repeater control.

Does anyone know if this is possible with a Typed Dataset ?

If so, a code snippet or link to relevant website would be much
appreciated.

I find Typed Datasets so much better than using ds.Tables[0].

Thanks very much in anticipation
David
 
Fresh Air,

A typed dataset (when it is done well and for sure with the designer)
inherits forever from the dataset.

So why not?

Cor
 
Back
Top