I
Igor
Started out with a blank VB WEB project.
Added Webform2.aspx
iN webform1.aspx.vb on page load
viewstate("test")="SOMEVALUE"
added a button to Webform1 that redirects to Webform2.aspx using
response.redirect("Webform2.aspx")
In Webform2.aspx on page load:
response.write(ViewState("test"))
YELDS NOTHING
I checked that both pages have enableviewstate set to true
Is there anything else I need to check (maybe something is wrong with
my machine ....)
PLEASE HELP ..!!!
Added Webform2.aspx
iN webform1.aspx.vb on page load
viewstate("test")="SOMEVALUE"
added a button to Webform1 that redirects to Webform2.aspx using
response.redirect("Webform2.aspx")
In Webform2.aspx on page load:
response.write(ViewState("test"))
YELDS NOTHING
I checked that both pages have enableviewstate set to true
Is there anything else I need to check (maybe something is wrong with
my machine ....)
PLEASE HELP ..!!!