We have a subscription for the NetAdvantage 2010 V2 but when I open a web project and in the tool box it does not show me to add Web Data Grid. The project has been upgraded from older version. It used to have Ultra Web Grid and it is working but the sample code I am looking on infragistics samples, uses tags like "<ig:WebDataGrid" but my grid on my project uses "<igtbl:ultrawebgrid" not sure if these 2 are same or what am I missing here?
Please help...
Thanks
Hi rbhavsar,
Have you run the toolbox utility to show the WebDataGrid in the toolbox tab? Furthermore, is the Infragistics.Web.dll in the GAC? If you are running a WebApplication, you'll need to make sure that this dll is referenced since WebDataGrid is in a different dll than the UltraWebGrid. You'd also need a proper tag prefix registered somewhere (aspx or web.config).
regards,David Young