Hey,
I get ready to upgrade Infragistics(ASP.NET) from V11.1 to V13.2.
But i found some namespace is changed or delete.I don't know.
Can you tell me how to change below code?
<add tagPrefix="igexcel" namespace="Infragistics.Excel" assembly="Infragistics4.WebUI.Documents.Excel.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igmisc" namespace="Infragistics.WebUI.Misc" assembly="Infragistics4.WebUI.Misc.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igtxt" namespace="Infragistics.WebUI.WebDataInput" assembly="Infragistics4.WebUI.WebDataInput.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="ignav" namespace="Infragistics.WebUI.UltraWebNavigator" assembly="Infragistics4.WebUI.UltraWebNavigator.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igcmbo" namespace="Infragistics.WebUI.WebCombo" assembly="Infragistics4.WebUI.WebCombo.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="iglbar" namespace="Infragistics.WebUI.UltraWebListbar" assembly="Infragistics4.WebUI.UltraWebListbar.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="ig_spell" namespace="Infragistics.WebUI.WebSpellChecker" assembly="Infragistics4.WebUI.WebSpellChecker.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igsch" namespace="Infragistics.WebUI.WebSchedule" assembly="Infragistics4.WebUI.WebDateChooser.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="ighedit" namespace="Infragistics.WebUI.WebHtmlEditor" assembly="Infragistics4.WebUI.WebHtmlEditor.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igchartprop" namespace="Infragistics.UltraChart.Resources.Appearance" assembly="Infragistics4.WebUI.UltraWebChart.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igchart" namespace="Infragistics.UltraChart.Resources.Appearance" assembly="Infragistics4.WebUI.UltraWebChart.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igchartdata" namespace="Infragistics.UltraChart.Data" assembly="Infragistics4.WebUI.UltraWebChart.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igchart" namespace="Infragistics.WebUI.UltraWebChart" assembly="Infragistics4.WebUI.UltraWebChart.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="iggauge" namespace="Infragistics.WebUI.UltraWebGauge" assembly="Infragistics4.WebUI.UltraWebGauge.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="iggauge" namespace="Infragistics.UltraGauge.Resources" assembly="Infragistics4.WebUI.UltraWebGauge.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="iggaugeprop" namespace="Infragistics.UltraGauge.Resources" assembly="Infragistics4.WebUI.UltraWebGauge.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igcalc" namespace="Infragistics.WebUI.UltraWebCalcManager" assembly="Infragistics4.WebUI.UltraWebCalcManager.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="ignavbar" namespace="Infragistics.WebUI.WebNavBar" assembly="Infragistics4.WebUI.WebNavBar.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/><add tagPrefix="igtk" namespace="Infragistics.WebUI" assembly="Infragistics4.WebUI.WebResizingExtender.v11.1, Version=11.1.20111.2225, Culture=neutral, PublicKeyToken=00000000000000"/>
Thank you for directing me to these resources! They were exactly what I needed!
The ASP.NET Classic Control Migration Guide does include the following in the list of classic controls that were retired:
Of the list provided, the following are still in the current volume:
For the UltraGrid and UltraGridColumn, I assume that you meant the UltraWebGrid and this was retired and is in the list as WebGrid. For DateFormat, I am not sure what you are referring to.
Let me know if you have any questions.
Thank you for your prompt reply. However none of the resources you mentioned have any reference to the following controls/objects/enums:
WebCombo
WebSchedule
DateFormat
UltraGrid and UltraGridColumn
WebDateChooser
WebNumericEdit
WebHtmlEditor
WebPanel
Where can I find the controls etc that replace the above ?
The Infragistics ASP.NET Classic Control Migration Guide has the list of controls. Note that this doesn't include the namespace and for the new controls you can find more details about each of the controls in the under Controls in the help. For the namespaces of the retired controls you would need to refer to the 2011 Volume 1 help.
Where can I find a comprehensive list of what controls are retired, along with their replacement namespace and controls for migrating from v11 to v14.1 ?