TeaAddictedGeek
Programmer
I have a form with a summary page that I'm coding in ASP.NET and C#. The values are passed to the summary page, and if the user made an error, they can go back to the previous form page and correct the changes.
My problem is with the postback. It keeps overriding any changes that the user did on the forum. I'm using session variables to remember what the user put in and pass them to the summary page as well. There may be a better method; I don't know. I confess being still rather new to the ASP.NET/C# arena.
Has anyone ever come across this problem before with the postback? If so, could you please tell me what you did to solve it? I'm at my wits end here.
Thanks a bunch in advance,
Andrea
andrea_m_berman@yahoo.com
My problem is with the postback. It keeps overriding any changes that the user did on the forum. I'm using session variables to remember what the user put in and pass them to the summary page as well. There may be a better method; I don't know. I confess being still rather new to the ASP.NET/C# arena.
Has anyone ever come across this problem before with the postback? If so, could you please tell me what you did to solve it? I'm at my wits end here.
Thanks a bunch in advance,
Andrea
andrea_m_berman@yahoo.com