Hi,
I have recently installed Infragistics 3 for ASP.NET and followed the wizard to upgrade my project / solution file. When i compile the project it is giving me errors. Below are some:
Error1: The base class includes the field 'grdSourceDatasource', but its type (Infragistics.WebUI.UltraWebGrid.UltraWebGrid) is not compatible with the type of control (Infragistics.WebUI.UltraWebGrid.UltraWebGrid).
The above error1 is at tag below:
<igtbl:UltraWebGrid ID="grdSourceDatasource" runat="server" Height="200px" Width="579px">
Error2:The base class includes the field 'txtUserName', but its type (Infragistics.WebUI.WebDataInput.WebTextEdit) is not compatible with the type of control (Infragistics.WebUI.WebDataInput.WebTextEdit)
The above error2 is at tag below:
<igtxt:WebTextEdit ID="txtUserName" runat="server" Width="175px"
I would appreciate your earliest reply.
Thanks,
-Raja