Ask a Question related to ASP Database, Design and Development.
-
dave #1
Re: paging with an asp page
[url]http://www.aspfaq.com/show.asp?id=2120[/url]
"Utada P.W. SIU" <wing0508@hotmail.com> wrote in message
news:#OroLNVDEHA.2712@TK2MSFTNGP10.phx.gbl...if> it is better to using stored procedure to paging the record rather than
> using asp
> if you using asp, u are retreieve all record from db and page it, howeve,record> you using stored procedure, sql server will only return the number ofThe> u need for you.
>
> Advantage: network traffic is implemented
> paging speed is faster than using asp when number of records very large.
>
> "Rahul Chatterjee" <rahul@benesysinc.com> wrote in message
> news:%23PGBr0RDEHA.2768@tk2msftngp13.phx.gbl...> > Hello All
> >
> > I want to do some paging with a data set that I retrieve from the db.proceed> The> > data is about 500 records. I want to display about 25 records per page.> > user would look at these records and make appropriate changes andthe> to> > the next page and see the next 25 records. If he wanted to go back tomade.> > previous page, he could do so and still see the changes that he has>> > Finally, when he gets to the last page he could commit those changes by
> > hitting submit on the webpage.
> >
> > How would I accomplish this. Please advise.
> >
> > Thanks
> >
> >
> >
>
dave Guest
-
recordset paging won't show second page
Hi I'm querying a database and returning the records using absolute page and all that stuff. The user can choose to do a keyword search or... -
Paging won't quite page problem
Hi, I'm trying to get this script to run which it almost does but it won't display the records for the last page i.e. page 2 of 2 or 3 of 3 etc... -
Managing Paging on ASP Page
I have an ASP page on which I allow the user to delete any off the displayed records. Since the source table is too large to list on one ASP page... -
Getting the right paging page
Hi All This might be a easy one, but my brain's gone numb!! Basically I have created a newsletter system that meta refreshs the page 'x'... -
Custom paging problems - first page always displayed
Hi all, I'm having difficulties using custom pagination. In my scenario, I want to fetch and cache 50 records while having DataGrid's PageSize =...



Reply With Quote

