Assignment Objectives:
The objective of this assignment is to design and develop a dynamic web site application with the use of ASP to create a database and manipulate the information.
Assignment Purposes
This assignment aims to
• Introduce practical problems to students to implement a dynamic web page on a web server.
• Make students to implement specific application for a specific topic.
• Test the functionality and the links of the web site.
• Enhance the academic report writing skills of the student.
Learning Outcomes
On completion of this assignment, students will be able to:
1. Construct dynamic Web Pages using Personal Web Server.
2. Apply easy integration of data sources.
3. Build a Server Side Web Application on IIS.
Tasks
You are required to complete the following questions as per the requirement provided.
Create a web page in ASP for a Car Company which has a menu. The menu has three options: Send information to a file, Deal with Database, and navigate to other pages.
The first option will link to a form. You need to process this form.
The second option is to connect to Car database. Create the following table in MS-Access with the following fields:
Car_ Number (Integer )
Type (Text)
Model (Text)
Year (Year)
Date_ of _registration (Date)
Price (Integer)
You are required to:
Create a web page in ASP
nsert the details of a new Car that lists all records in the table ordered by the year.
Create a web page in ASP to iusing a form.
Create a web page in ASP that searches for a particular Car and displays the result in a table.
These tasks should be implemented using ASP connectivity with ODBC for connecting to MS-Access.
The third option is a link to a menu, which has the following choices: Date Viewing, Image random display, and Number of visitors.
The first choice should display the Date, Time, and Day
The second choice should display Three images randomly.
The fourth choice should display number of visitors to the web page.
Use include file component to display the date in all pages.
The objective of this assignment is to design and develop a dynamic web site application with the use of ASP to create a database and manipulate the information.
Assignment Purposes
This assignment aims to
• Introduce practical problems to students to implement a dynamic web page on a web server.
• Make students to implement specific application for a specific topic.
• Test the functionality and the links of the web site.
• Enhance the academic report writing skills of the student.
Learning Outcomes
On completion of this assignment, students will be able to:
1. Construct dynamic Web Pages using Personal Web Server.
2. Apply easy integration of data sources.
3. Build a Server Side Web Application on IIS.
Tasks
You are required to complete the following questions as per the requirement provided.
Create a web page in ASP for a Car Company which has a menu. The menu has three options: Send information to a file, Deal with Database, and navigate to other pages.
The first option will link to a form. You need to process this form.
The second option is to connect to Car database. Create the following table in MS-Access with the following fields:
Car_ Number (Integer )
Type (Text)
Model (Text)
Year (Year)
Date_ of _registration (Date)
Price (Integer)
You are required to:
Create a web page in ASP
nsert the details of a new Car that lists all records in the table ordered by the year.
Create a web page in ASP to iusing a form.
Create a web page in ASP that searches for a particular Car and displays the result in a table.
These tasks should be implemented using ASP connectivity with ODBC for connecting to MS-Access.
The third option is a link to a menu, which has the following choices: Date Viewing, Image random display, and Number of visitors.
The first choice should display the Date, Time, and Day
The second choice should display Three images randomly.
The fourth choice should display number of visitors to the web page.
Use include file component to display the date in all pages.
Comment