Hi guys, I like to ask what's the best way to submit a form with 5 tabs.
Is like, i need to get some data content in input fields and the form contains 5 tabs in html, and i need to send all data to the server.
My ideia is, send like a object to the server with my all data filled.
Using cookie to saves the data than i'm choosing, and in the last step i send the cookie to the server. (CONS - And if the cookies in browsers are disabled..) - 1 postback only
Using viewstate to holding data but 2 problem aproaches the postback and the viewstate on each multiview index change.
Using session to holding data but postback already is a problem.
Sory my english, but appreciate help however. THanks