I have a little problem with ASP.NET and C#. This is my error code:
An exception of type \'System.FormatException\' occurred in mscorlib.dll but was not
Use TextBox.Text instead:
bool succes = Decimal.TryParse(TextBox.Text, out oldAmount);