I am attempting a save to a web form containing a few text box, radio list, and drop-down values, and am using a SQL stored procedure to do this. In the SP, I am indicating the data types for the variables from the web form, and have verified these are correct. However, when I execute the save button function, it appears to have all the proper values from the form, but throws an error converting nvarchar to numeric. In Visual Studio debug mode, it does not indicate which of the form fields is causing the issue, so I am wondering if anyone can assist in tracking this down. While debugging, it simply throws the error on the executenonquery command at the end of the parameters, with no further info.
Any help in narrowing this down would be appreciated...I can post code if anyone needs it, but I am hoping there is something in Visual Studio that can tell me exactly which parameter is causing this.