Hi, i´ve an application (WM5 CF 2.0) where i´ve two textbox T1 and T2, that
binding to a table in my Sql Server Mobile 2005 db.
So when i write any text in any textbox, the data is persisted to the table.
At here, all works fine.
The problem, es when:
I write in the T1, for example "hello1", go to the T2 and write "hello 2",
and GO back to the T1 and delete the text "hello 1" GO to T2, in the T1 the
srting "hello 1" appear AGAIN!!! why ? if i deleted it ??
Up to now, i couldn´t find an answer and solutin....
Can any help me ? or explain me why this behavior ?
Thanks in advance.
Daissy