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..
http://img219.imageshack.us/img219/7...detailsave.jpg
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
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.