I am doing a online shoping system. in that,
When user clicks SEARCH Option, i am retriving data in a loop from Database until Recordset.eof, i am displaying some details using table. Normally i am displaying more than 20 records at a time.
1) I need to display only five records in a page, and need to diaply 1-5, 6-10, 11-15, 16-20, .... when the user clicks the above option, i need to display details for that particular number.
2) I need to display More Details when the user clicks a BUTTON in next page for that particular RECORD.
Regards,
Murugesan
When user clicks SEARCH Option, i am retriving data in a loop from Database until Recordset.eof, i am displaying some details using table. Normally i am displaying more than 20 records at a time.
1) I need to display only five records in a page, and need to diaply 1-5, 6-10, 11-15, 16-20, .... when the user clicks the above option, i need to display details for that particular number.
2) I need to display More Details when the user clicks a BUTTON in next page for that particular RECORD.
Regards,
Murugesan