Aha, omlouvám se. Stejně ale, ASP.NET jako serverová technologie by měla být nazávislá na prohlížeči, ne? A ta chyba se vyskytuje jenom, když použiju IE, ve FireFoxu i čemkoli ostatním funguje. Tady je StackTrace (omlovám se, v tomto se ještě jaksi neorientuju :-)) [FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7467367 System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt) +115 System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info) +192 System.Convert.ToDouble(String value) +63 FreeTextBoxControls.Support.BrowserInfo.GetBrowserInfo(HttpContext context) +382 FreeTextBoxControls.FreeTextBox.OnInit(EventArgs e) +42 System.Web.UI.Control.InitRecursive(Control namingContainer) +333 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.AddedControl(Control control, Int32 index) +198 System.Web.UI.ControlCollection.Add(Control child) +80 System.Web.UI.WebControls.CellControlCollection.Add(Control child) +43 System.Web.UI.ControlCollection.AddAt(Int32 index, Control child) +33 System.Web.UI.WebControls.CellControlCollection.AddAt(Int32 index, Control child) +48 System.Web.UI.WebControls.TableCellCollection.AddAt(Int32 index, TableCell cell) +30 System.Web.UI.WebControls.TableCellCollection.Add(TableCell cell) +16 System.Web.UI.WebControls.FormView.InitializeRow(FormViewRow row) +360 System.Web.UI.WebControls.FormView.CreateRow(Int32 itemIndex, DataControlRowType rowType, DataControlRowState rowState, TableRowCollection rows, PagedDataSource pagedDataSource) +55 System.Web.UI.WebControls.FormView.CreateDataRowFromTemplates(Boolean dataBinding, TableRowCollection rows) +70 System.Web.UI.WebControls.FormView.CreateDataRow(Boolean dataBinding, TableRowCollection rows, Object dataItem) +76 System.Web.UI.WebControls.FormView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) +1113 System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) +57 System.Web.UI.WebControls.FormView.PerformDataBinding(IEnumerable data) +12 System.Web.UI.WebControls.FormView.EnsureDataBound() +131 System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +72 System.Web.UI.Control.EnsureChildControls() +87 System.Web.UI.Control.PreRenderRecursiveInternal() +44 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
|