I need someone to help me do this visual studio 2013 c# question

profilekells534
cs345_545_project3_spring20161.docx

CS345/545 Project 3 - ASP.net Project (Total 100 Points)

Due: at 10 am on April 13th

aspnet

Description:

In this project, students need to create a Web Site with at least 10 web forms as the interface as the front end, plus build database as the back-end by using Visual Studio 2013. The web forms must include two basic files (.aspx and .aspx.cs). You may add more different type of files according to your needs.

Your project content could include but not limited to Car Dealer, Book Store and Bank System etc. Attention, your project content can NOT be Pizza format since we already did in the class.

Brainstorming for your project content:

a) Car (Dealer/Rent/Repair/etc.)

b) Ticket System (Flight/Movie/Championship/etc.)

c) Store (Clothes/Games/Gifts/etc.)

d) Student (Registration/Health/Club) System

e) Library System

f) Bank System

Your project must contain Homepage.aspx, Registration.aspx, Login.aspx, Reset Password.aspx (Must be able to generate random strong enough password and send an email to inform the user), Contact.aspx, Image-zoomIN_Out.aspx pages, etc. The Homepage is expected to have introduction, navigation and logo (images). The Registration page is expected to have TextBoxes as data entry for username, email and password, which should satisfy the basic login information. Your Registration page could include the user information (first name, last name and country), etc.

Your main webpage or webform should achieve the main functions for your project such as “view, select and purchase car” for a Car Dealer, or “search, select and purchase ticket” for Ticket System, or “deposit, withdraw and check account balance” for online Banking system.

You will need to use two more plug-ins other than those covered in class for good visual display.

Grade rubric:

1. At least 10 meaningful web forms 5 points

a) Home page

b) Log-in page

c) Registration page

d) Contact (About) page

e) Main function page

f) Reset password page

g) Add 3 more pages

2. At least 3 meaningful tables in server’s database, which should satisfy 3NF 10 points

a) User-Information table

b) User-Login table

c) Main function table

d) Add as many tables as you need

3. Must use .css file (good for consistency and standard) 5 points

4. Must have menu bar on the majority pages 5 points

5. Must include image(s) 5 points

6. Must use a security way to store password (Hint: MD5 encoding) 5 points

7. Must set up navigation between (among) pages 5 points

8. Follow basic GUI design rules: 44 points

a) Aesthetic and Minimalist Design (Nice layout and font settings, no meaningless pages)

b) Well organized menu bar

c) Tool-Tips Text

d) Error message and error prevent (Hint: use dropdownlist, validator controls, and object visibility)

e) Consistency and standard

f) Offer feedback and design dialog to yield closure (Hint: after user action such as “Submit”)

g) Other rules

9. You need to do CAPTCHA verification before submitting in contact page. Please see the below figure:

http://media1.picsearch.com/is?Ot1JivfabOBis9X8BJjw65pV9R-nXrUlbmpKizTt9gg&height=198

10. Submit two evaluation forms: One for yourself and another one for your classmate (will be signed later on) 10 points

11. Your project must be published on the smarterasp.net server and you need to give the presentation to our class. 6 %

12. Every functional error will receive 5 points deduction

Thanks!!