2
Reply

Help creating this ASP.net project

Ricky Jj

Ricky Jj

Apr 30 2017 8:13 PM
225

Create a Personal Time Off (PTO) request form for ACME, Inc. web site. Applying for PTO is a three step process. In the first step the user enters their name, employee ID and supervisor's name. In the second step the user enters the starting date of PTO (use calendar control), ending date of PTO, and type of PTO (Vacation, Sick, or Personal). In the last step the application will display the confirmation message. The confirmation message will be: "Name, your request for numberOfDays type days has been received and has been forwarded to supervisorName for approval". Where the name is the name of the user, numberOfDays is the end date - start date + 1, and supervisorName is the name of the supervisor. Make sure that you include data Validation controls and appropriate error checking in your code (for example: end date cannot be before start date). Use wizard control to create views for the three steps. Create an appropriate header for the web page and add graphics to make the page look professional.

I would appreciate anyone if they could help me with the coding for this one!!

Answers (2)