R
Roshawn
Hi,
Suppose you had a web form that uses a DataSet object. The form contains a
Repeater control that is bound to the DataSet and a navigation button. When
you press the navigation button, you want to retrieve only 10 rows at a
time.
The question is, how do you get 10 rows each time you press the button?
What must the code look like to accomplish this?
Thanks,
Roshawn
Suppose you had a web form that uses a DataSet object. The form contains a
Repeater control that is bound to the DataSet and a navigation button. When
you press the navigation button, you want to retrieve only 10 rows at a
time.
The question is, how do you get 10 rows each time you press the button?
What must the code look like to accomplish this?
Thanks,
Roshawn