PDA

View Full Version : Braincrunch


courcy
07-02-2002, 10:58 AM
Hi,
My problem is:
I have a form with inputfields containing pagenumbers (1,2,3,4.....,n). I would like to be able to insert a new page between f.ex page 3 and 4 (a new page 4). By doing this all the other pagenumers must be updated (incremented by 1).
If anyone understands my problem I would be pleased to hear from you

regards
Courcy

joh6nn
07-02-2002, 12:49 PM
i think we need a better example of what you're trying to do. i have a guess what you're talking about, and maybe how to do it, but i need more specifics.

courcy
07-02-2002, 02:01 PM
Hi joh6nn
Thanks for your quick reply:-)
I'll try again:

I have a form/list (generated from a database using ASP) -See picture example of my form - containing pagenumbers (1,2,3,4,5,6,........,n). My headache is that I would like to insert a new page between two pages for example between page 4 and 5. This means my new page would now be page 5 while the original page 5 must be changed automatically to page 6 and so on.


regards
Courcy

joh6nn
07-02-2002, 02:25 PM
i'm thinking you're better off forgetting about it, unless you're willing to live with sending another request to the server for that. in theory, it could be done with client side, but the support for it is iffy-ish at best.