I have a page and a user control inside it.
I assign a value to viewstate in the control and do
Server.Transfer(Request.Url.AbsolutePath);
but when I check the value on control's Page_Load() event the assigned value doesn't exists (viewstate is empty, has not keys).
Why might this happened?