M
moondaddy
Using vb.net 1.1, I have an asp textbox control on my aspx page. When the
page pops up, this textbox is already populated with data from the db. When
I edit the text and click on a submit button and then step through the code
behind on the server, I see that the textboxes Text property still has the
original text in it and not the text I keyed in. Can anyone explain what's
going on here and how I can resolve it?
Thanks.
page pops up, this textbox is already populated with data from the db. When
I edit the text and click on a submit button and then step through the code
behind on the server, I see that the textboxes Text property still has the
original text in it and not the text I keyed in. Can anyone explain what's
going on here and how I can resolve it?
Thanks.