Did Microsoft add paging functionality to the Repeater control in the .Net 3.5 Framework? As everybody knows, paging support was a glaring omission from the Repeater control in the 2.0 Framework.
Doesn't seem like any paging property exists for the Repeater. There is the DataPager control, but this would only work with controls based on ListView. So if you change code to use ListView, maybe you'd be ok.
MDCragg
Member
17 Points
145 Posts
Repeater Paging Support in .Net 3.5 Framework?
Mar 29, 2008 02:37 AM|LINK
Did Microsoft add paging functionality to the Repeater control in the .Net 3.5 Framework? As everybody knows, paging support was a glaring omission from the Repeater control in the 2.0 Framework.
Thanks...MDCragg
wordracr
Member
402 Points
98 Posts
Re: Repeater Paging Support in .Net 3.5 Framework?
Mar 29, 2008 07:59 AM|LINK
Doesn't seem like any paging property exists for the Repeater. There is the DataPager control, but this would only work with controls based on ListView. So if you change code to use ListView, maybe you'd be ok.