More details below...Maybe this will help shed some light on the problem.
<span style="font-family: monospace;">Type : System.FormatException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Input string was not in a correct format.
Source : mscorlib
Help link :
Data : System.Collections.ListDictionaryInternal
TargetSite : Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)
Stack Trace : at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int32.Parse(String s)
at Controls_CreditCardInput.get_CardTypeId() in d:\webs\dsc\web\Store\CreditCardInput.ascx.cs:line 43
at Controls_CreditCardInput.get_CreditCard() in d:\webs\dsc\web\Store\CreditCardInput.ascx.cs:line 75
at Controls_SelectCreditcardPaymentMethod.get_EnteredCreditCard() in d:\webs\dsc\web\Store\SelectCreditcardPaymentMethod.ascx.cs:line 38
at Store_SelectPaymentOption.get_CreditCard() in d:\webs\dsc\web\Store\SelectPaymentOption.ascx.cs:line 99</span>
|