/how-to-bind-gridview-with-excel-file-e4458

.NET, ASP.NET MVC, MVC GridView

Primary LanguageVisual Basic .NETOtherNOASSERTION

Files to look at:

How to bind GridView with Excel file

[Run Online]

Our MVC GridView Extension (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 GridView Model

See Also:
E4104: How to open Excel files in GridControl
E4457: How to bind ASPxGridView with Excel file