Sample Applications / Order Form

  Generating the Web Application

Table of Contents
Sample Applications / Order FormPrint||
Generating the Web Application

You will now be on the Database Connection page. If you are using a free version of the generator, you are limited to 10 tables. You can select tables to generate by clicking on the Change link underneath the Connection String field. Include the following tables: Categories, Customers, Employees, Order Details, Orders, Products, Shippers, and Suppliers.

image

If you have a licensed version, you can skip selection of tables.

Once the database connection has been set up, keep pressing Next until you reach the Reporting page. Check the box to enable reporting, and press Next.

image

On the Authentication and Membership page, you can see that ASP.NET Membership has automatically been configured, provided that you installed the membership on the connection string page. If membership had already been added to your database previously, you can just click on Status button on the connection string page to make Code On Time configure the settings automatically.

image

Press Next, and you will be taken to the Features page. Under Page Header, insert “Order Form Sample”.

image

Switch to the Permalinks and History section, and enable both checkboxes.

image

Press Next twice to reach the Theme page. Select Modern theme. You can view samples of all the themes at http://codeontime.com/learn/introduction/user-interface/themes-a-c.

image

Hold down Shift key, and press next to skip to the Summary page. Press Generate.

image

When the generation is completed, the new web application will open in your default browser.

image