I'm trying to modify one of my snipes and keep getting an error message. The stack trace is:
[FormatException: Input string was not in a correct format.]
System.Number.ParseDecimal(String s, NumberStyles style, NumberFormatInfo info) +0
System.Decimal.Parse(String s, NumberStyles style, IFormatProvider provider) +30
System.Decimal.Parse(String s) +9
System.Convert.ToDecimal(String value) +46
AuctionSniper.EditSnipe.EditSnipe_btn_Click(Object sender, EventArgs e) +161
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +58
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1263
I trust this is only a temporary situation and that the above will help to resolve it.
Original Post