- Details
- Parent Category: Programming Assignments' Solutions
We Helped With This Programming Assignment: Have A Similar One?

Category | Programming |
---|---|
Subject | Other |
Difficulty | Undergraduate |
Status | Solved |
More Info | Programming Assignment Helper |
Short Assignment Requirements
Assignment Description
Instructions for ITM 325 Assignment 6
Create an empty web form application in your
assignment5 website named OrderMenu.aspx. Create an application that looks
similar to the following.
The following are required characteristics for the application.
a. The background is similar to your SimpleCalc application and should be centered in the webpage.
b. Create a table with five columns and two rows.
c. The first row contains the headings.
d. The headings should be styled using an external stylesheet located in the Styles folder.
e. Each heading should have the following styles.
i. Bold.
ii. Italic.
iii. 18 pixel font size.
iv. Centered in the table cell.
f. Under each heading should be a solid one pixel black line that’s the width of the table cell. Hint: Research the bottom-border CSS property.
g. There should be 15 pixels between each of the solid black lines. Hint: Research the border‑collapse and border-spacing CSS properties.
h. Column one contains a label control with the following styles.
i. 12 pixel font size.
ii. Text color red.
i. Column two, three, and four contain radio button list controls.
j. Text in the radio button list controls should have a 14 pixel font size.
k. The “Cancel Order” button should be centered and styled as follows.
i. The border style is solid.
ii. The font size is Large.
iii. The border color is black.
iv. The width is 120 pixels.
v. The margin and padding are five pixels.
vi. The border radius is 10 pixels.
vii. The box shadow is three pixels with a #333 color.
l. Your application should have the functionality described in the “OrderMenu Functionality” video.