-
how to limit number of record display per page
hi, how i can limit the number of records to be displayed in one page and
user can navigate the page by click the next or previous button.. anyone
know how ..?
-
Re: how to limit number of record display per page
You need to set the RecordSet's Paging property...there is an eg. bout to
how to do this at www.4guysfromrolla.com
-Sachin
"zam" <zamri@epa.com.my> wrote in message news:3b663558$1@news.devx.com...
>
> hi, how i can limit the number of records to be displayed in one page and
> user can navigate the page by click the next or previous button.. anyone
> know how ..?
-
Re: how to limit number of record display per page
"zam" <zamri@epa.com.my> wrote:
>
>hi, how i can limit the number of records to be displayed in one page and
>user can navigate the page by click the next or previous button.. anyone
>know how ..?
you can use the maxrecord property and the page size property,while using
this u refer the asp book for cursor type,lock type
-
Re: how to limit number of record display per page
"Sachin" <sachin.nigam@orbit-e.com> wrote:
>You need to set the RecordSet's Paging property...there is an eg. bout to
>how to do this at www.4guysfromrolla.com
>-Sachin
>"zam" <zamri@epa.com.my> wrote in message news:3b663558$1@news.devx.com...
>>
>> hi, how i can limit the number of records to be displayed in one page
and
>> user can navigate the page by click the next or previous button.. anyone
>> know how ..?
>
>
-
Re: how to limit number of record display per page
Try droping the recordset into an Array. Use the UBound and LBound properties
to index and display the array as a navigator.
"zam" <zamri@epa.com.my> wrote:
>
>hi, how i can limit the number of records to be displayed in one page and
>user can navigate the page by click the next or previous button.. anyone
>know how ..?
-
Re: how to limit number of record display per page
If you are using XML and ASP you can look at VBPJ, June 2001, "Build XML Table
Viewers". I took this example and modified it into a very nice interactive
table for a client.
"det" <d@e.t> wrote:
>
>Try droping the recordset into an Array. Use the UBound and LBound properties
>to index and display the array as a navigator.
>
>
>"zam" <zamri@epa.com.my> wrote:
>>
>>hi, how i can limit the number of records to be displayed in one page and
>>user can navigate the page by click the next or previous button.. anyone
>>know how ..?
>
-
Re: how to limit number of record display per page
hi you can use the page absolute property for this. if you are lookign for
the code tehn mail me back on my id
loveneesh_bansal@indiatimes.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks