R
r
I have a website and user to access this site needs regsitration.
Registration includes 3 pages that are related to each other.
I want to insert to my Db fields of 3 pages at the end of page 3 after user
confirms.
How can I tranfser information between pages?
I think there are 3 ways to implement this :
1-Using hidden forms to transfer fields between pages.
2-Using Sessions to save fields
3-Insert directly into Db using SqlTransaction
Is there better way??
thanks in advance
Registration includes 3 pages that are related to each other.
I want to insert to my Db fields of 3 pages at the end of page 3 after user
confirms.
How can I tranfser information between pages?
I think there are 3 ways to implement this :
1-Using hidden forms to transfer fields between pages.
2-Using Sessions to save fields
3-Insert directly into Db using SqlTransaction
Is there better way??
thanks in advance