G
Guest
hey all,
i have a plain aspx page (page1) with 1 textbox on it, i hardcode sample
text in the textbox. i have 1 button and in the codebehind button click event
i response.redirect to page2.
i try to do a request.form("TextBox1") on page2.aspx and it doesn't have the
contents of the textbox on page1.
can someone please explain this concept to me and what i need to do to make
it work.
thanks,
rodchar
i have a plain aspx page (page1) with 1 textbox on it, i hardcode sample
text in the textbox. i have 1 button and in the codebehind button click event
i response.redirect to page2.
i try to do a request.form("TextBox1") on page2.aspx and it doesn't have the
contents of the textbox on page1.
can someone please explain this concept to me and what i need to do to make
it work.
thanks,
rodchar