Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Cross page posting has circular reference

(I posted this on another forum and never got an answer, maybe the dev-archive group is more clever :WAVE: )

I need 3 forms that can cross page post between each other. I'm getting a circular reference error on Form2.

Form1 is data entry with a lot of controls, it has a single button that packs up all the entered data into a single table, single row dataset and PostBackUrl to

Form2 is a printable listing of all the data entered. It has 2 PostBackUrl buttons, the first to return the above dataset to the data entry Form1 for further editing the second to forward the dataset to

Form3 formats some of the data into a signature page for signing and snail mail.

When I add to Form1:
<%@ PreviousPageType VirtualPath = "~/Form2.aspx" %>
and
Form1.Button.PostBackUrl = "~/Form2.aspx"

I get the circular reference error.

But, I have to be able to go back and edit the initial data.
[968 byte] By [R3dD0g] at [2007-11-11 7:30:06]