T
ted.boomer
Asp.net is doing my head in.
I've got a form with 10 text boxes for user input, which I make
available to another page by using the previous page reference and a
return statement.
Problem is I would like to pass a couple of my own variables along as
well. But if I add them to the text of read only (or editable) text
boxes the server variables are visible on screen, but are not passed,
only the contents of text boxes that the user has interactively filled
are made available.
Is this some issue on refreshing the text boxes ? I know I can do this
using a post, get, or session variables but I'd love to know what's
going on with this technique.
TIA
ted
I've got a form with 10 text boxes for user input, which I make
available to another page by using the previous page reference and a
return statement.
Problem is I would like to pass a couple of my own variables along as
well. But if I add them to the text of read only (or editable) text
boxes the server variables are visible on screen, but are not passed,
only the contents of text boxes that the user has interactively filled
are made available.
Is this some issue on refreshing the text boxes ? I know I can do this
using a post, get, or session variables but I'd love to know what's
going on with this technique.
TIA
ted