Question: In visual studio using c++ language Improve the performance of your site by adding Ajax Extensions to all of your forms (Pages). Use updatePanel, so
In visual studio using c++ language
Improve the performance of your site by adding Ajax Extensions to all of your forms (Pages). Use updatePanel, so updated values by user will not require postback to the server.
Use ASP.Net navigation control to link your home page, the page that has the contact form created in part 2, and the listing page (GridView) created in part 3.
Note: Do not link the page that has the DetailsView. Through navigation control. Absolutely your choice to use Menu or TreeView. Of course you will need to add site Map object.
Note: Site Map need to be placed in the root for your site. Do not place it in a folder.
Remove [ ~/ ] from site home page, the page that has the contact form (from Part 2), the page the has the GridView, and the page that has the DetailsView, like this:
This -- MasterPageFile="~/MasterPage.master" should read like this: MasterPageFile="MasterPage.master"
Masterpage:
.auto-style1 {
width: 1282px;
height: 62px;
}
This is the header
home.aspx:
About myself
Hello everyone who is reading my home page my name is matthew cooper and this is my final project for my class.
I'm twenty years old and this is my first taking this class which lets me create websites that use visual studios.
I'm taking this class because it is one of the main requirements that I need in order to get my 2 year degree in web development.
My reasons
The main reason why I picked web development as my major was because I always enjoyed how styles some websites are and how complex they could be.
So I thought to myself I want to create my very own sites that people would either like or want me to make one very similar to ones I make.
Lets get started
But that is enough about my boring life, and my reasosns for wanting to be web developer but now for the main reason you are looking at my project and that is to see how far I have come.
I hope you enjoy my final project and let me know if there is any improvements that I can add to my project.
and webform.aspx:
.auto-style2 {
margin-left: 12px;
}
.auto-style3 {
margin-left: 26px;
}
.auto-style4 {
margin-left: 4px;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
