Hi, i am developing a mobile application on visual studio 2008 under .net compact framework for windows ce platform. i use vb.net language
i want to add a new row to datatable using Bindingsource object. my code is
Me.BindingSource1.AddNew()
Me.StokBindingSource1.Current("id") = "01"
when i use Current methot of bindingsource it gives error and says The targeted version of the .net compact framework does not support late binding
How can i determine the field to add a value?