Skip to content

evoluteur/database-export-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database-export-wizard

A step wizard for ASP.NET to export database objects to CSV, TXT, HTML, XML, or SQL.

It guides users through a few simple steps to choose a database object (table, view, or query), select columns, and export the data in any of the standard formats CSV, HTML, XML, or SQL.

Step 1: Data Source

Select table, view or SQL query to export data from.

Screenshot1

Step 2: Columns to include

Select columns to include in the export and sorting options.

Screenshot2

Step 3: Export format and options

This last step is for selecting the export format and options.

Screenshot2

Documentation in the CodeProject article winner of Best VB.NET article of May 2010.

Copyright (c) 2020 Olivier Giulieri.