单项选择题
A.Use the Server.Transfer method to transfer execution to the correct ASPX page.
B.Use the Response.Redirect method to transfer execution to the correct ASPX page.
C.Use the HttpContext.Current.RewritePath method to transfer execution to the correct ASPX page.
D.Add the Location: new URL value to the Response.Headers collection. Call the Response.End() statement. Send the header to the client computer to transfer execution to the correct ASPX page.
单项选择题 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. | English | Chinese | Japan | Korean | - 161 - Test Information Co., Ltd. All rights reserved. The application uses 10 themes and allows the users to select their themes for the Web page. When a user returns to the application, the theme selected by the user is used to display pages in the application. This occurs even if the user returns to log on at a later date or from a different client computer. The application runs on different storage types and in different environments. You need to store the themes that are selected by the users and retrieve the required theme. What should you do?()
单项选择题 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application uses 10 themes and allows the users to select their themes for the Web page. When a user returns to the application, the theme selected by the user is used to display pages in the application. This occurs even if the user returns to log on at a later date or from a different client computer. The application runs on different storage types and in different environments. You need to store the themes that are selected by the users and retrieve the required theme. What should you do? ()
单项选择题 You modify an existing Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You add a theme to the ASP.NET application. You need to apply the theme to override any settings of individual controls. What should you do? ()