Please give me soluttion it.
i am using .net 2.0
-------------
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication21._Default" %><%@ Register TagPrefix="iglbar" Namespace="Infragistics.WebUI.UltraWebListbar" Assembly="Infragistics.WebUI.UltraWebListbar.v5.3, Version=5.3.20053.50, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> <iglbar:ultraweblistbar id="wb" runat="server"> </iglbar:ultraweblistbar> </div> </form></body></html>
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.FormatException: Input string was not in a correct format.Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7476983 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 System.Convert.ToInt32(String value) +63 Infragistics.WebUI.UltraWebListbar.UltraWebListbar.getRenderer() +521 Infragistics.WebUI.UltraWebListbar.UltraWebListbar.PreRenderLBar(Object sender, EventArgs e) +49 System.Web.UI.Control.OnPreRender(EventArgs e) +8776566 System.Web.UI.Control.PreRenderRecursiveInternal() +80 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
Version Information: Microsoft .NET Framework Version:2.0.50727.8009; ASP.NET Version:2.0.50727.8008
Hello Ajay,
Thank you for contacting Infragistics Developer Support!
The classic controls are retired and no longer supported. They are also not included in NetAdvantage versions 11.2 and above. I would suggest you to migrate to the new controls based on our Aikido framework. Here you can find more information on the matter:
https://help.infragistics.com/Help/Doc/ASPNET/2013.1/CLR4.0/html/Classic_Control_Migration_Guide.html?_ga=2.72493395.1361514943.1564061678-1320467891.1559052143&_ga=2.72493395.1361514943.1564061678-1320467891.1559052143
https://es.infragistics.com/community/blogs/b/taz_abdeali/posts/asp-net-product-changes
Sir ,
Actully this control is implemented on old version .net 2.0 and i have made some change in old project of Version=5.3.20053.50|
I am set up old project in my local system to made changes.
Please tell me how i remove
from entire project.
<%@ Register TagPrefix="iglbar" Namespace="Infragistics.WebUI.UltraWebListbar" Assembly="Infragistics.WebUI.UltraWebListbar.v5.3, Version=5.3.20053.50, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %><%@ Register TagPrefix="ignav" Namespace="Infragistics.WebUI.UltraWebNavigator" Assembly="Infragistics.WebUI.UltraWebNavigator.v5.3, Version=5.3.20053.50, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>