Hi,
I want that access to data in data table but can't
cast data type of System.Guid to type System.String?
string FN = (string)dt.Rows[i][1];
Good luck!
Hi,
I want that access to data in data table but can't
cast data type of System.Guid to type System.String?
string FN = (string)dt.Rows[i][1];
Good luck!