Bugs item #3035936, was opened at 2010-07-28 13:17
Message generated for change (Settings changed) made by afm_44
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3035936&group_id=151897
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Image button - Input string was not in correct format
Initial Comment:
Whenever i click a ImageButton in IE i get exception as 'Input string was not in a correct format. '
Stack Trace:
FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7469351
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
System.Web.UI.WebControls.ImageButton.LoadPostData(String postDataKey, NameValueCollection postCollection) +163
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +14
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +693
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743
----------------------------------------------------------------------
>Comment By: Andy Miller (afm_44)
Date: 2010-07-28 15:03
Message:
You have 2 options: 1) upgrade to the latest Anthem build (which includes a
javascript fix for this), or 2) add a meta tag to your pages to force IE to
emulate IE7.
----------------------------------------------------------------------
Comment By: Andy Miller (afm_44)
Date: 2010-07-28 15:03
Message:
The fix is checked in.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3035936&group_id=151897
|