J
Jim McGivney
I have an aspx page, on this page I have a number of Labels.
If I response.Redirect("anotherPage.aspx") and then return by
Response.Redirect("InitialPage.aspx") without a query string,
the content of the Labels is maintained by View State.
If I return with a query string
Response.Redirect("InitialPage.aspx?Pram1=value1);
the contents of the Labels are not maintained.
Any suggestions as to how to maintain the contents of the Labels when using
a query string would be appreciated.
Sample code would be helpful.
Thanks in advance for your help,
Jim
If I response.Redirect("anotherPage.aspx") and then return by
Response.Redirect("InitialPage.aspx") without a query string,
the content of the Labels is maintained by View State.
If I return with a query string
Response.Redirect("InitialPage.aspx?Pram1=value1);
the contents of the Labels are not maintained.
Any suggestions as to how to maintain the contents of the Labels when using
a query string would be appreciated.
Sample code would be helpful.
Thanks in advance for your help,
Jim