[Solved] Error:System.Data.SqlClient.SqlException (0x80131904): Conversion failed when converting the nvarchar value [closed]


Conversion failed when converting the nvarchar value 'ff' to data type int.

Just what your error says, failed conversion in your SQL query. Its hard to say where in your query the issue is at without seeing the query.

solved Error:System.Data.SqlClient.SqlException (0x80131904): Conversion failed when converting the nvarchar value [closed]