I have use an Pager control with DataList.When I run the program following error is occured.
Control 'dlProductGrid' does not implement IPageableItemContainer.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Feb 8, 2011, 5:34 AM
The DataList control does not support the paging so we need to implement the IPageableItemContainer with DataList control.
so that it hv support for paging.
its just similar to the custom collection need to implement the IEnumerable or IEnumerator interface to be accessed using foreach() loop.
Thanks.
PankaJ DPosted Feb 8, 2011, 5:24 AM
Krishna GaradPosted Feb 8, 2011, 5:18 AM