Posted on: 3/25/2015 12:09:12 AM | Views : 623

On the insert I am getting an error message that says "Input string was not in the right format".
I believe that the problem is related to the form-parameter assignment. The assigned control is a dropdownlist. The control is assigned as an attribute of a formparamter - I am away from my code so I am not sure if I am using the right name - anyway, the attribute simply lets me enter the control name, but I can't see how I tell my code to use the controls selected value.
The same insert code and other constructs, running in a test form\page, is retrieving the values of textboxes with no problems and the insert proceeds. I believe that the problem is related to trying to retrieve the (selected value) of the dropdown list control.
Help!

Go to the complete details ...