Results 1 to 2 of 2

Thread: 1 master & 3 details tables-one save button page

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2009
    Posts
    1

    1 master & 3 details tables-one save button page

    Hi..

    I have single page with personal information as following

    - First and Last name
    - Department
    - Tasks
    - Projects

    As shown..



    I want to add information in detail tables without leaving the page. Also, to save all data when I finish adding all information

    I couldnt find any referance to do that!

    I'm using ms access

    Any help will appreciated

    Thank you in advanced
    Last edited by dot.net; Aug 1st, 2009 at 03:54 PM.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: 1 master & 3 details tables-one save button page

    You could toggle a DIV on the page with the form fields already inside it so that when you do save, you simply grab the values there and store in the database. But this depends on what your code looks like or how much hand coding you're doing.

    There's also the AJAX UpdatePanel which lets you stay on the same page but control what's made visible through codebehind methods.

Posting Permissions

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



Click Here to Expand Forum to Full Width