how can pass values to another page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gopim
    New Member
    • Nov 2007
    • 30

    how can pass values to another page

    in my registration page having around 20 fields,it is very difficult for users.
    i want to devide this registratino for into two sections.but my doubt is how
    can we store first section values with out using Querystring & cookies.
  • Mr Gray
    New Member
    • Apr 2008
    • 47

    #2
    You can pass it in a Session variable unless by cookies you mean not using Session. If you do not want to use Session then you have 2 other mainstream options State Server or SQL Server which can be used to store state.

    Comment

    Working...