Unable to cast object of type 'System.Data.DataRowView' to type 'System.Data.DataRow'

Posted by Asim Sajjad on Stack Overflow See other posts from Stack Overflow or by Asim Sajjad
Published on 2010-03-17T08:10:58Z Indexed on 2010/03/17 8:31 UTC
Read the original article Hit count: 691

Filed under:
|

I have following exception in the foreach loop Unable to cast object of type 'System.Data.DataRowView' to type 'System.Data.DataRow'

how to solve the issue

thanks in advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf