Browse By Tags

  • Excel Import failing using Infragistics35.WebUI.Excel.v10.3

    NetAdvantage 2010.3

    I have a form that currently uses the ACE (Access Control Engine) driver to select and cast data from and MS Excel file into a dataset; however I am having an issue with the data types being set incorrectly by the ACE driver, so it…

  • Workbook' is ambiguous in the namespace 'Infragistics.Excel'

    I want try this sub from 

    http://forums.infragistics.com/forums/t/19898.aspx 

     

    protected void ExportToExcel(object sender, EventArgs e)
        {
            Infragistics.Excel.Workbook workbook = new Infragistics.Excel.Workbook();
            workbook.Worksheets.Add("Sheet1…