Hi,
I'm designing an asp page for registration.
One parent can register many children.
Problem:
I want the parent to add all children and after he/she is done I want to insert them into the database all at once.
In other words I want the parent to go through a wizard of adding all children and then I hit a finish button, so I can avoid problems of incomplete registrations.
I'm looking for somthing like a temp table. I know this could be done with datasets and asp.net but I can't develope on asp.net
What should I do?
Thanks
I'm designing an asp page for registration.
One parent can register many children.
Problem:
I want the parent to add all children and after he/she is done I want to insert them into the database all at once.
In other words I want the parent to go through a wizard of adding all children and then I hit a finish button, so I can avoid problems of incomplete registrations.
I'm looking for somthing like a temp table. I know this could be done with datasets and asp.net but I can't develope on asp.net
What should I do?
Thanks