asp .net Databinding issue

alocurto

Platinum Member
Nov 4, 1999
2,174
0
76
I have my dataset, it gets one record and everything is great.

Basically, I fill the dataset and do a databind.

My form shows up with the data that is expected. Now, I edit a piece of information. Lets say textbox1 has the value 'asd' in it. I change that to 'asdf' and click submit. In the submit event I check for the value in the textbox1, it still says 'asd' WTF is going on. Anyone? Can I get a simple example? I do this in VB .NET all the time. There is no beginEdit or endCurrentEdit in asp .net, what am I missing?