GeekArticles
Database
SQL ServerImporting an Excel Spreadsheet Using Typed DataSets and TableAdapters: Building the Importer Web Page and Uploading the Excel Spreadsheet
Author: aspnet.4guysfromrolla.com |
Published: 5th Mar 2008 |
Visited: 36 times |
Add CommentFiled in: SQL Server
This article is the second in a series of step-by-step tutorials by Nannette Thacker
that show how to build an ASP.NET page to import an Excel spreadsheet into a database using Typed DataSets and
TableAdapters. Last week's article, Building the
Database, started with an overview of the system. We then created the ASP.NET website project, the database, and
the two database tables, Members and Category.
In this installment we will build the ASP.NET page for importing the Excel spreadsheet. This entails creating the
page's user interface and file upload capabilities. At the conclusion of this article we will have created a
page that enables users to upload their Excel spreadsheets. Read on to learn more!
Read More >
Read Article Sponsored Links
Related Articles
• JavaScript Page Cookie (maintaining page state) Sometimes you need to redirect the user from the current page to accomplish a part of a task. Most people use pop-up windows to refrain from doing this, but sometimes you just can't do it any other ...