Community

Cast a BindingSource’s Current Object to a Strongly Typed DataRow Using the Visual Basic 2005 ‘dtBindingSourceCurrent’ Code Snippet

(Mike McIntyre) When you use a BindingSource, for example by dragging it on to a page to bind data to a DataGrid or BindingNavigator, you will eventually need to cast the object that is current in the BindingSource into a type you can use to read or edit it.

Read More - Register for Free Membership