I have a v2.0 project (needs to be) - one item uses panels and ajax to
present two "pages". The third page must be its own and not an
additional panel. However, I want values from the first "pages" to be
available. I am trying to use the postback property of the button,
calling the "confirmation" page intending to use the previouspage
property.
I have been running into walls every time I try to attempt a work
around - found through researching error messages. I cannot concede
the need for these to be separate, nor the version of asp.net. I
cannot use a query string.
1) Using the postback property of the button and previous page
property, I get the following error:
Server Error in '/' Application.
The current user is not allowed to access the
previous page.
2) Using the Server.Transfer method, I get the following error:
Sys.WebForms.PageRequstManagerParserErrorException:
The message received from the server could not be parsed...
Any ideas on how I can get this to work?