Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

show a certain data per page

Status
Not open for further replies.

QTip

Programmer
Mar 7, 2001
66
0
0
BE
Hello,

I have a file with lot's of data (sort of txt file). The data is as following:
ldfjmlkjf|lqkjqkjfq|nsbvcncb|mlksdflmq| ... what I mean, there are delimiters "|".
I made a asp script that cuts the data in parts and puts it in a xml file as following:
<client>
<dossier>
<dosnr></dosnr>
<name></name>
<code></code>
<country></country>
</dossier>
....
....
</client>

In total, there are more than 300 records. I want to show them on screen 10 by 10. So the user has to click a button to view the next ten.
Is this possible in xml and how do I do this?

thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top