Rendering TEXT file with navigation control

  • Thread starter Thread starter Luke
  • Start date Start date
L

Luke

Scenario - There's a file called TEST.TXT
Pagebreak characters in the TEXT.TXT will be used to split the content
of text file into multiple pages.
A Navigation control ( <first> <previous> <next> <last> of page #) is
to be used to navigate through the text content.
Can this be done in dreamweaver without using SQL server?
 
You would probably want to read the file into an object capable of keeping
collections. An array, or a datatable. Then you would probably want to
program each navigation function. You would likely want to use Visual Studio
or some other software development tools. Neither Sql Server nor Dreamweaver
will help you with programming.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top