Hi Guys,
I'm trying the following code:
but I get the error saying:Code:Dim dr As DataRow = CType(Me.ProductBindingSource.Current, DataRowView).Row
Please helpCode:Unable to cast object of type 'System.Data.DataViewManagerListItemTypeDescriptor' to type 'System.Data.DataRowView'.




Reply With Quote