This is the error I got when I had Gridview bind with SqlDataSource.
Very hard to track this error if u dont have mismatch parameters.
Things to check when get this error:
Very hard to track this error if u dont have mismatch parameters.
Things to check when get this error:
- Check all spellings for all parameters.
- Check parameters defined in Stored Procedure
- If DataKeyNames parameter is set for Gridview, then the Stored Procedure must have the same parameter in its parameter list.
No comments:
Post a Comment