Click here to Skip to main content
15,904,823 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have Employee information entry page. I have 4 tab. BasicInformation, Education, OfficialInformation and EducationalInformation. This are not in single page. There are 4 page.
How can i entry the all information? when should i save first data into database? What is easy to manage all from one page or 4 page? If you have done same work please provide me the source code. Any link for help me.
Posted
Comments
sri senthil kumar 4-Apr-13 4:03am    
Whether you require like a wizard panel where form submission goes in sequential or each form submission is independent of each other?
Md. Mahfujul 4-Apr-13 4:41am    
What is user friendly sequential or each form submission?
sri senthil kumar 4-Apr-13 6:06am    
sequential submission is like checking out product(shopping cart) where form submission goes step by step. each form, i mean, different forms so there will be separate submission for each form.

1 solution

If you have different forms definitely you need to fire 'Insert' Query for each form for their particular Button click event.
Else you can add-on every detail form on same page. now hear Insert queries will be dependent on the number of table you have.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900