RowState doesn't work!

G

Guest

A textbox is bound to a field. When I change the text in this textbox and then check the value of the RowState property, I expect it to be "Modified", but it stays "Unchanged".

What is wrong with it?
 
S

Steve Alpert

vibel said:
A textbox is bound to a field. When I change the text in this textbox and then check the value of the RowState property, I expect it to be "Modified", but it stays "Unchanged".

What is wrong with it?

Nothing - did you call EndEdit() first?

/steveA
 

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

Top