A
Ana Rita
Hello to all
I'm trying to make a Request.Form("X") from a page to
another.
I have two pages.
Page one.aspx:
One webcontrol HyperLink to page two.aspx
One <input type="hidden" value="0" name="Hello"
id="Hello" ...>
Page two.aspx:
One webcontrol textbox1.
In page two.aspx on page_load i resquest the value from
the input in the page one.aspx.
Textbox1.text=Request.Form("Hello").
The text of the textbox1 doesn't show the value 0.
Is there any way to access the value of the hidden
control in page two.aspx?
Thank you all.
Best wishes
Ana Rita
I'm trying to make a Request.Form("X") from a page to
another.
I have two pages.
Page one.aspx:
One webcontrol HyperLink to page two.aspx
One <input type="hidden" value="0" name="Hello"
id="Hello" ...>
Page two.aspx:
One webcontrol textbox1.
In page two.aspx on page_load i resquest the value from
the input in the page one.aspx.
Textbox1.text=Request.Form("Hello").
The text of the textbox1 doesn't show the value 0.
Is there any way to access the value of the hidden
control in page two.aspx?
Thank you all.
Best wishes
Ana Rita