Files to look at:
- Default.aspx (VB: Default.aspx)
- Default.aspx.cs (VB: Default.aspx.vb)
How to bind ASPxGridView with Excel file
Our ASPxGridView control (like other data-aware web controls) does not work directly with real storage (like databases, MS office files, etc.).
See the E4104: How to open Excel files in GridControl for more details.
It is possible to load an Excel file into the standard ADO.NET DataTable object that can be used as an ASPxGridView DataSource.
See Also:
E4104: How to open Excel files in GridControl
E4458: How to bind GridView with Excel file