Hello,
I need to pass an object from one page to a recieving page and then pass it back to the original page after the object is altered by the user.
I found a couple examples using Server.Transfer and either a hidden control or using the viewstate, but the examples either don't work (at least for me) or I'm having trouble sorting through all the surrounding code that doesn't have anything to do with the process I want.
I am using C# and .Net 2.0. Thanks for any assistance.
Bill
I need to pass an object from one page to a recieving page and then pass it back to the original page after the object is altered by the user.
I found a couple examples using Server.Transfer and either a hidden control or using the viewstate, but the examples either don't work (at least for me) or I'm having trouble sorting through all the surrounding code that doesn't have anything to do with the process I want.
I am using C# and .Net 2.0. Thanks for any assistance.
Bill