Select output directory
where you like to put generated ASP.NET files and include files. If
you are running Internet Information Server (IIS) on your machine,
you can choose existing virtual directory where you like to put
files or create new virtual directory.
Here is the full list of
files to be created ( <TABLE_NAME> will be replaced
with the actual table name, Cars in this example):
- index.htm: redirects user to the login
page or to the list page
- <TABLE_NAME>_list.aspx,
<TABLE_NAME>_list.aspx.*: displays list of records and
search boxes
- <TABLE_NAME>_edit.aspx,
<TABLE_NAME>_edit.aspx.*: edit record page
- <TABLE_NAME>_add.aspx,
<TABLE_NAME>_add.aspx.*: add record page
- <TABLE_NAME>_search.aspx,
<TABLE_NAME>_search.aspx.*: advanced search page
- login.aspx, login.aspx.*: contains
username/password validation code
- imager.aspx, imager.aspx.*: displays
database images (JPEG, GIF, BMP)
- uploader.aspx, uploader.aspx.*:
uploads binary images and files into database
- getfile.aspx, getfile.aspx.*:
extracts and downloads binary files from database
- <TABLE_NAME>_print.aspx,
<TABLE_NAME>_print.aspx.*: display printer-friendly
version of the page
- <TABLE_NAME>_export.aspx,
<TABLE_NAME>_export.aspx.*: exports data to Word,
Excel, XML or CSV
- Web.config: Application
Configuration Files
- build.bat: Batch file for project
compilation
- Include\style.css: cascading style
sheet for the application
- Include\ts_picker.js:
javascript-based datepicker
- Images\icon_delete.gif: DELETE
icon
- Images\icon_edit.gif: EDIT icon
- Images\icon_key.gif: KEY FIELD
icon
- Images\icon_required.gif: REQUIRED
FIELD icon
- Images\cal.gif: calculator image
icon
- Images\next.gif: next month icon
- Images\prev.gif: previous month
icon
- Images\printer.gif:
"printer-friendly version" icon
- Images\word.gif: Export to Word
icon
- Images\excel.gif: Export to Excel
icon
- Images\xml.gif: Export to XML
icon
- Images\csv.gif: Export to CSV
icon