Hi,
I am looking for the best practice for following migration,
We have a ASP.NET application which requires migration of ASP.NET infragistics (2011 version) controls to
infragistics 2014. (.NET 4.5)
main controls are Grid, dropdown, validation controls (editor), list view.. etc.
any suggestions are most welcome.
thanks
Paresh.
Hello Paresh,
I suggest that you start with reviewing the following documents, that highlight the migration process as a whole and the UltraWebGrid to WebDataGRid in particular:
Migrating is not just an upgrading process so you may need to rewrite a part of your code that interacts with the given components. Please do not hesitatce to contact us for any issue you face meanwhile, we will be glad to help.
Okay,
I would like to clear my doubts,
since currently my ASP.NET app uses Infragistics 2011,
If I use version utility to convert one by one will this process help me to migrate (automate) from ASP.NET Infragistics 2011 -> 2014?
??
In another words,
Let's say
1) I use Version Conversion Utility 2012 and convert 2011 base control
2) then 2013 Version Utility to convert from 2012
3) finally 214 Version utility to convert from 2013
I haven't tried above steps, but will it systematically help me convert my existing ASP.NET 2011 based infragistics control to ASP.NET 2014 infragistics control??
or still I have to enforce manual page by page, conversion?
Point is my project has 600 pages and it looks tedious process to convert and ensure each pages.
Paresh