Results 1 to 2 of 2

Thread: record editting/adding/updating for multiple pages

  1. #1
    uy Guest

    record editting/adding/updating for multiple pages


    Dear all,
    Sometimes i need user enter a lot of data, so i dont want they must using a very long scroll bar. Instead, is there a way to maintain the same information for many pages, so that user just click "back" and next to enter his data?

  2. #2
    John Guest

    record editting/adding/updating for multiple pages (reply)

    Hi Uy,

    That's exactly what ASP-db's COPY function is for! It allows you to "copy"
    all the data from one record to another, then just modify the fields that
    are different and save it.

    Check it out, in action at: http://www.aspdb.com/pro-demo.asp

    Just click on the EDIT button and you'll see it.


    Thanks,
    John


    ------------
    uy at 1/11/00 11:03:53 PM


    Dear all,
    Sometimes i need user enter a lot of data, so i dont want they must using a very long scroll bar. Instead, is there a way to maintain the same information for many pages, so that user just click "back" and next to enter his data?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •