"Incorrect syntax near 'nvarchar'.
Must declare the scalar variable "@ID".
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: Incorrect syntax near 'nvarchar'.
Must declare the scalar variable "@ID"."
if i run below code...i can edit the value but clikcing update button ....i am getting error ....how to solve this
<div style="background-color: #FFFFFF">
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:DBCS %>"
DeleteCommand=&qu ...
Go to the complete details ...