ASP.NET and Visual Studio Graduation Age
This assignment will serve as an exercise to establish and confirm the proper configuration and installation of ASP.NET development environment (Visual Studio, IIS and IE.) This assignment is to be Projectless.
*A Page with Active Contentc
Create an ASP.NET content page that calculates a students age at graduation. Your web page will accept a students date of birth and a date of graduation and will display the students age at graduation.
Include the following:
A page_load event that will get the current date for display
Six text boxes to accept the students birth and graduation year, month and day
A command button with underlying code that will calculate the students age at graduation
A label that will present the age to the user
A banner image
A title specification
*Making a Projectless Website
Start VS.
Choose File>New>Website.
Select .NET Framework 4.5 (note you may have to change to a down-level version when publishing to your service provider)
Select the ASP.NET Empty Website template
Specify a location for the website code and click OK
To turn in your assignments, publish your website to your service provider (you will want to create a subdirectory on your server for this.) The files required to be on your server are:
Default.aspx
Default.aspx.cs
Web.config You may want to use the web.config available on ( https://files.fm/u/78mswwzz )
You can see this image for example ( https://files.fm/u/npkkzz99 )
Reviews
There are no reviews yet.