i'm not using paging exactly.
what the web app does it has a text box to allow user to enter the top 10,
20 etc rows from the database.
It shows all when the page loads but they can customize it to show only a
certain number of rows. But they can't page through the grid (recordset)
Example:
if the user selects 10 rows then the grid shows 10 rows only.
"Ken Cox [Microsoft MVP]" <> wrote in message
news:OawdQB%...
> You can set the PageSize property if you are using paging. Is that what
you
> meant?
>
> If so, take the input from the user and use that to set the number of rows
> per page.
>
>
http://msdn.microsoft.com/library/de...esizetopic.asp
>
> "IGotYourDotNet" <> wrote in
message
> news:542F87F2-EEEE-4BF0-B459-...
> > on my web app, i need to have a input box to allow the user to set the
> > number
> > of rows they see in the grid,, Now i'm going against oracle so how can i
> > do
> > that?
> >
> > example:
> > when the page loads I pull all rows back, but if the user only wants to
> > see
> > 10 or 5 I can I make that change to the grid and only show 10 or 5?
> >
>