Server Error in '/' Application.
Error converting data type nvarchar to int.
Description: An
unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Error converting data type nvarchar to int.
Source Error:
Line 59: sda.SelectCommand.Parameters.AddWithValue("@id",id);
Lin ...
Go to the complete details ...