Click to See Complete Forum and Search --> : Save the data on prevoius page


shoukat
02-18-2008, 08:46 PM
Hi ,

I am new to web development. I have a preview.aspx which can show the data from Data_page.aspx. But when i come back to the Data_page.aspx all the data in controls (listboxs,calander etc) gone.How i can save the state of the controls. So that i can read more data from user.

Shoukat

Phil Weber
02-19-2008, 12:47 AM
http://msdn.microsoft.com/msdnmag/issues/03/04/ASPNETUserState/

shoukat
02-19-2008, 07:02 PM
Can you please explain me with the help of a code example?

Hack
02-20-2008, 10:05 AM
Did you look at Phil Weber's link?

There are code examples on it.