You are designing an ASP.NET Web application. Pages of the Web application will share a
common layout. Different business logic will be executed based on user input. You have the
following requirements: • Use view state to maintain data between postbacks. • Reuse
presentation logic across multiple pages. You need to recommend an approach that meets
the requirements. What should you recommend?
A.
Use ASP.NET AJAX.
B.
Use an ASP.NET Web Forms- based framework.
C.
Use an ASP.NET Web Services application.
D.
Use ASP.NET MVC 2.