Hi Marek,

I've found some problems in updating row in GridView control that bound
to ObjectDataSource. 

1. ObjectDataSource fails to convert values to Nullable<> properties
while creating data object.
2. BoundField should return null when no value entered by the user, it
returns empty string and ObjectDataSource fails to convert it.

Please review attached patch that fixes both these problems, also find
attached test cases.

Vladimir

Attachment: nullable.patch
Description: nullable.patch

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to