| TOTAL: 4 Page: 1 of 1 |
|
Write Binary Files to the Browser
This step-by-step article creates a sample page that demonstrates how to retrieve binary data from a file and then how to write the data out to the browser using ASP.NET and Visual C#. Although this demonstration uses an Adobe Acrobat (.pdf) file (which Web application developers commonly use), you can apply this procedure to other binary file formats.

| Hits: | 38 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-18 |
Display data from an Excel Spreadsheet
This code was written in response to a message posted on one of Charles Carroll's ASP.NET lists. You can sign up for one or all of the lists here.This page provides a simple example of how to query an Excel spreadsheet from an ASP.NET page using VB.NET.

| Hits: | 125 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-18 |
Using Excel Spreadsheets as a DataSource
You may not have known this, but Excel spreadsheets (versions 5 and above) can be used as datasources. This technology came with Microsoft JET and can be a good solution if you have existing data in Excel and do not want to move it across to a new source. The following pages will show you how to use Excel as a datasource in ASP.NET.

| Hits: | 33 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-18 |
How to query and display excel data by using ASP.NET, ADO.NET, and Visual C# .NE
This step-by-step article demonstrates how to display data from an Excel worksheet through an ASP.NET (.aspx) page by using Visual C# .NET.

| Hits: | 46 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-18 |