asp text box refresh

  • Thread starter Thread starter ted.boomer
  • Start date Start date
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
 
Changing the string to a char array before entering it into the
textbox.text seems to have sorted it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top