Your are developing web application. It contains home,report,support and client sections. every page of your web application must have header and footer and each section should have navigation menu. how can you define application structure ?

 Posted by Rajkatie on 12/24/2012 | Category: ASP.NET Interview questions | Views: 4188 | Points: 40
Select from following answers:
  1. Use user control for header and footer and master page for define menu.
  2. Use master for header and footer and create section specific themes for defining menu.
  3. Set the header,footer in a master page and use nested master pages for menu.
  4. All Above

Show Correct Answer


Source: Microsoft exam ref book | | Alert Moderator 

Comments or Responses

Login to post response