Connecting Tech Pros Worldwide Forums | Help | Site Map

asp text box refresh

ted.boomer@hotmail.com
Guest
 
Posts: n/a
#1: Sep 9 '06
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


ted.boomer@hotmail.com
Guest
 
Posts: n/a
#2: Sep 10 '06

re: asp text box refresh


Changing the string to a char array before entering it into the
textbox.text seems to have sorted it.


ted.boomer@hotmail.com wrote:
Quote:
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
Closed Thread