J
Jarod_24
I have tried with the following statements to update a database-table from a
asp page
....
myrow("Telephone") = txtTel.Text
....
But the info dosen't get updated.
Everything else works. I know that since i tried a adding a string to one of
the fields.
myrow("Telephone") = txtTel.Text & "-updated-"
And the "-updated-" showed up in the table.
I realize that someting about the textboxes are wrong.
EnableViewState is set to 'True' for all the textboxes i use.
asp page
....
myrow("Telephone") = txtTel.Text
....
But the info dosen't get updated.
Everything else works. I know that since i tried a adding a string to one of
the fields.
myrow("Telephone") = txtTel.Text & "-updated-"
And the "-updated-" showed up in the table.
I realize that someting about the textboxes are wrong.
EnableViewState is set to 'True' for all the textboxes i use.