G
Guest
prm = new SqlParameter("@passkey", SqlDbType.UniqueIdentifier);
prm.Value = stringvalue;
I got this exception
Invalid cast from 'System.String' to 'System.Guid'
prm.Value = stringvalue;
I got this exception
Invalid cast from 'System.String' to 'System.Guid'