|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataTable - Byte[] Field updating.Hello
I have DataTable. dataTable has base64Binary field that I use to store byte[]. Everything works fine except one thing. If I change only this field value, and than call dataAdapterUpdate, then event: RowUpdated is not fired. If I change any other field, this event is fired normaly and everything works fine. What can be the cause, for skiping fireing RowUpdated event when I change only base64Binary field? Thanks |
|||||||||||||||||||||||