Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Postback problem with ASP.NET and C#

Status
Not open for further replies.

TeaAddictedGeek

Programmer
Joined
Apr 23, 1999
Messages
271
Location
US
I don't see a forum here specific to ASP.NET, so I assume that this forum is ok for that. If not, please direct me where to go and I'll go away I promise. ;)

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top