views:

28

answers:

0

i am using vb.net under .net compact framework for windows ce platform. i want to add a new record with bindingsource object. but when i used bindingsource1.current("field")="value", it says error and error description is "The targeted version of the .net compact framework does not support latebinding"

how can i add a value to field using bindingsource?