It is ASP.net

Get your Assignment in a Minimum of 3 hours

Our academic experts are ready and waiting to assist with any writing project you may have. From simple essay plans, through to full dissertations, you can guarantee we have a service perfectly matched to your needs.

Free Inquiry Order A Paper Now Cost Estimate

I’m studying for my .NET class and don’t understand how to answer this. Can you help me study?

Objectives: Get exposure to ASP.Net Web Forms and GET and POST verbs and Session in ASP.Net

Description: In this assignment, you will create a web application using ASP.Net Framework to do two things:

1. Handle GET and POST requests

2. Create a Login Page using Sessions.

Although I am giving some instructions, some things can be in in whichever way you wish as long as they fit the requirements of the assignment.

1. You must include at least one Master Page. (You may use more if it makes sense.)

2. You must write this as a WebForms Web Application.

a. This cannot be an MVC application.

3. Write the code using C#.

a. If you really want to write it in VB.Net (for the learning experience). Talk to me and get approval first.

4. Avoid using build-in validation code or snippets.

a. Write all of your own validation.

5. Make sure to write all of your code to the level of quality.

a. I expect more.

Start :

You must start with an Empty WebForms Web Application. You must style and theme your assignments. You will lose points if your pages look bad/ugly. Hint: if you coded your PHP pages correctly and these correctly too. You can use the same style sheets. Remember: Always put your name and a description in a block comment at the top of your classes in your code pages.

Part I: POST vs. GET

Create a web application that is similar to what I have done at the following website: (///I will give this site later///) it will be similar, there will be a few exceptions. Your code will do the following:

1. Have a form that accepts at least three visible fields and one hidden field.

a. Visible fields: i. First Name ii. Middle Name iii. Last Name

b. The hidden field’s value will be your name.

2. Provide data back to the server as either a POST or GET request.

a. You must provide both a POST and GET option.

b. This must be done using the same form.

i. Hint: use JavaScript to change between POST and GET.

3. On a separate page or the same page, handle the GET and POST request.

a. Inform the user where a GET or POST request was processed.

b. Display the content to the user

4. All POST and GET processing must be handled in your ASP code.

Part II: Sessions

Your code needs to do the following: 1. Create a User class.

2. Create an array (or list) of user objects that contains the following users:

a. Johnny Test i. username: tester ii. password: test

b. Sally Hooper i. username: greater ii. password: tested

c. Arin Murrin i. username: starter ii. password: westward

3. Create a login page with the following:

a. UserName b. Password c. Checkbox to remember username d. Login button e. Forget Me button

4. Checks for validation of the username and password using the array defined above.

i. If login is successful:

1. Redirect to another page using the session to pass the user object of the logged in user.

2. Display the name of the logged in user using the session to get the information.

a. Use the format LastName, FirstName (username).

ii. If not:

1. Inform the user it failed.

5. Have a way to log out that destroys the session from either page.

a. Redirect after login to a page showing that the username in the session has been cleared. Note: you will need to include files as needed.

"Is this question part of your assignment? We Can Help!"

"Our Prices Start at $11.99. As Our First Client, Use Coupon Code GET15 to claim 15% Discount This Month!!"

Get Started