G
Guest
I love the objectdatasource conrtol but I'm having trouble using the paging
controls. I'm trying to create a user control to which I can bind a
objectdatasource control. I've been successful at binding to a repeater and
I would like to add paging. I understand adding all the methods for
pagination to the objectdatasource but I can't figure out how to use that
information to build my pagination controls. I know gridview uses this
information, but how can I? The objectdatasource is bound to a repeater but
how can I get the data from the SelectCountMethod?
Thanks.
controls. I'm trying to create a user control to which I can bind a
objectdatasource control. I've been successful at binding to a repeater and
I would like to add paging. I understand adding all the methods for
pagination to the objectdatasource but I can't figure out how to use that
information to build my pagination controls. I know gridview uses this
information, but how can I? The objectdatasource is bound to a repeater but
how can I get the data from the SelectCountMethod?
Thanks.