I am new to the .net framework and was wondering about site design planning, specifically the use of user controls. Is it better to:
1. have one page with a user control for the header, footer, menu and content, and simply change the user control for the content based on the users request to navigate to a new page. so, essentally one aspx page and many user controls.
or
2. have user controls for the components that are used many times (header, footer, menu) and have a new aspx for every page on the site that would include these user controls.
or
3. some other solution...
Thanks.
1. have one page with a user control for the header, footer, menu and content, and simply change the user control for the content based on the users request to navigate to a new page. so, essentally one aspx page and many user controls.
or
2. have user controls for the components that are used many times (header, footer, menu) and have a new aspx for every page on the site that would include these user controls.
or
3. some other solution...
Thanks.