Hi Guys,

I'm trying the following code:

Code:
 Dim dr As DataRow = CType(Me.ProductBindingSource.Current, DataRowView).Row
but I get the error saying:

Code:
Unable to cast object of type 'System.Data.DataViewManagerListItemTypeDescriptor' to type 'System.Data.DataRowView'.
Please help