Well you could use a dataset in place of a datareader and then use a
dataview based on the dataset to filter/sort the data based on
page/condition then re-bind the listbox.
"Baren" <> wrote in message
news

EB884F5-1304-49AD-8BA1-...
> Hi!
>
> I have a generalized Stored Procedure to get the listbox items in a
> datareader.Then i am binding the datareader to the listbox. For different
> pages and different conditions i need to hide and show some the items
> returned by the datareader.
>
> Can anyone help me out to solve this issue.
>
> Thanks in adavnce.
> Baren