blah blah blah is here! blah blah » Close

0
votes
4 answers

convert string to decimal using C#

Textbox populated with sql query value which is a decimal. Values are in a textbox so they can be edited. I need to upload edited values back into sql table using C#. Error message: Input string was not in a correct format. Code in aspx ...

Feedback