Cell Phones and Technology

Submitted by: Submitted by

Views: 450

Words: 647

Pages: 3

Category: Literature

Date Submitted: 02/02/2012 10:23 AM

Report This Essay

Only do part 2 visual Studio 2010

Project Overview

This is the 2nd part of the integrated project that is divided into 3 different parts. Each one of these parts is related to one of the IT courses you are taking this semester. Following are the 3 different parts and their related courses:

•Part I: ITEC N228 (Database Design Concepts)

•Part II: ITEC N241 (Web Application I)

•Part III: ITEC N227 (Introduction to Programming)

You have already received the instructions for the first part which covers the database design course where you were asked to design and build a database about Pollution.

In this part, Members of each group need to use Microsoft Visual Studio 2010 to build a website that does the following:

1st.Read from two sources:

oThe first is: Selected tables in the created SQL Server database

oThe second is: Web page controls (Textboxes, Drop down lists, …etc)

2nd.Perform some calculations

3rd.Transfer both the entered and calculated values to another page that we call the report.

4th.Display the required results in the report.

Note:

To know more about the type of calculations you need to perform, please refer to the instructions provided in Part III (ITEC N227).

What are the tasks students need to perform in this part?

In this part, members of each group must show their understanding of all the topics they learnt in ITEC N241. Following is a list of the tasks they are expected to perform:

First: Webpage design and contents:

•Implement a consistent design in all of the created webpages. This must be done by using external CSS files.

•Create the required webpages. This includes:

oWeb forms: (Where you ask users to enter data)

oWeb reports: (Where you transfer and display the calculated values)

•Use different server controls in the created webpages. This includes:

oTextboxes

oDrop Down Lists

oRadio Buttons

oButtons

oGrid views, especially when you show the contents of a database table.

oDetails views, especially when you...