TextBox.Text Problem

  • Thread starter Thread starter TCORDON
  • Start date Start date
T

TCORDON

I am loading a form and filling in some TextBox's with values from a session
var. This is used to update some information.

On form load let's say I give TextBox1.Text = "54000"

After that I change the value on the web page to, let's say: 54000

Then I click the update button that goes to the database and update the
information, the problem is that is is sending the text i loaded in
FormLoad, not the one entered or changed by the user.

Help is appreciated.

TIA
 

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