I am getting this error
An exception of type 'System.InvalidCastException' occurred in System.Data.dll but was not handled in user code
Additional information: The SqlParameterCollection only accepts non-null SqlParameter type objects, not String objects.
here is my code
private
Go to the complete details ...