Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
UltraWebToolbar can't work on Chrome?
posted

Hi

I am using

Infragistics35.WebUI.UltraWebToolbar.v10.2, Version=10.2.20102.2040

then I create a new asp.net page with a UltraWebToolbar

 

aspx code

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<!

 

 

 

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<%

 

 

@ Register Assembly="Infragistics35.WebUI.UltraWebToolbar.v10.2, Version=10.2.20102.2040, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.WebUI.UltraWebToolbar" TagPrefix="igtbar"

%>

<

 

 

 

html xmlns

="http://www.w3.org/1999/xhtml">

<

 

 

 

head runat

="server">

 

 

 

<title></title

>

 

 

 

<link id="StyleSheet" rel="stylesheet" type="text/css" href="~/Style/StyleSheet_Caribbean.css" runat

="server"/>

</

 

 

 

head

>

<

 

 

 

body

>

 

 

 

<form id="form1" runat

="server">

 

 

 

<div

>

 

 

 

<igtbar:UltraWebToolbar ID="UltraWebToolbar1" runat

='server'>

</

 

 

 

igtbar:UltraWebToolbar

>

 

 

 

 

</div

>

 

 

 

</form

>

</

 

 

 

body

>

</

 

 

 

html

>

 

no code at aspx.cs

then when I visit this page , it will raise a error

error message

 

Error Strack:
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.FormatException: Input string was not in a correct format. 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.Convert.ToInt32(String value) at Infragistics.WebUI.UltraWebToolbar.UltraWebToolbar.getRenderer() at Infragistics.WebUI.UltraWebToolbar.UltraWebToolbar.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.usercontrol_test_text_aspx.ProcessRequest(HttpContext context) in c:\Users\jyin\AppData\Local\Temp\8\Temporary ASP.NET Files\avionte.web.portal\50522145\ef3fab6f\App_Web_h4fcfn3v.2.cs:line 0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 

 

can you help me out ?