Hi,
I'm feeling stupid over here. I am unable to add the ExcelExporter to my WebForm.
I follow the steps described in http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/WebGridExcelExporter_Export_Data_to_Excel.html
by if I double click the control in the toolbox or drag it to my design view, nothing happens.
What am I doing wrong?
Does anyone have the sample code for me to paste instead (both the tag and the declaration)?
/stupid user
<%@ Register Assembly="Infragistics2.WebUI.UltraWebGrid.ExcelExport.v9.1, Version=9.1.20091.1015, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
Namespace="Infragistics.WebUI.UltraWebGrid.ExcelExport" TagPrefix="igtblexp" %>
<igtblexp:UltraWebGridExcelExporter ID="UltraWebGridExcelExporter1" runat="server">
</igtblexp:UltraWebGridExcelExporter>
Sweet!
Thanks, I changed it to 3.5, added a web.config entry and referenced the dll and now it compiles.
However, when I try to export it gives me an internal error. Perhaps it is because I am using Update Panels.
I will investigate it further on monday.
Thanks a lot!