单项选择题

Your Web site uses custom Themes. Your Web site must support additional Themes based on the user's company name. The company name is set when a user logs on to the Web site. The company's Theme name is stored in a variable named ThemeName. You need to use this variable to dynamically set the Web site's Theme.
What should you do?()

A.
B.
C.
D.


您可能感兴趣的试卷

你可能感兴趣的试题

4.单项选择题请问,下面那个HTML元素能够在用户控件中出现?()

A.<html>
B.<table>
C.<body>
D. <head>


5.单项选择题你正在创建一个 ASP.NET Web 站点,它使用主题去保证站点中所有页面的控件都保持一致的风格。请问,你的 skin 文件应该位于那个目录?()

A.App_Theme\<theme_name>
B.App_StyleSheetTheme\<theme_name>
C.App_<theme_name>\<theme_name>
D.\<theme_name>
E.The root application folder
F. App_Themes\<theme_name>

7.多项选择题下面,哪几个方法可以让你决定一个用户是否在指定的角色中?()

A.Roles.GetAllRoles
B.Membership.GetAllUsers
C.Membership.FindUsersByName
D.Roles.IsUserInRole
E.Roles.GetRolesForUser

9.多项选择题

你正在创建一个处理 XML 文档的应用。其 XML 文档格式如下:
在你的应用中,你已经装入 XML 文档到一个名为 subscriber 的对象中。请问,下面那一个代 码正确的得到 phone 属性的值?()

A.subscriber.DocumentElement.Attributes("phone").Value
B.subscriber.DocumentElement.ChildNodes[2].Value
C.subscriber.FirstChild.Attributes("phone").Value
D.subscriber.GetElementById("phone").Value
E.subscriber.DocumentElement.GetAttributeNode("phone").Value

10.多项选择题Web复制工具可以使用下面那个连接类型能部署ASP.NET Web应用?()

A.FTP
B.SMTP
C.SSH
D.IMAP
E.HTTP
F.Share Folders

最新试题

Certkiller .com's e-Commerce Web application contains a page named Products.aspx that uses data source and data-bound server controls. Customers use the server controls to search for products. The Products.aspx page does not have an associated code-behind file. You need to convert the Products.aspx page to a user control so that its functionality can be reused on other pages.What should you do?()

题型:多项选择题

ou are developing a chat forum for the Certkiller .com Web site. You are using ASP.NET 2.0 to develop the chat forum. You are developing a Web Form that allows a subscriber to alter enter their account details. The page contains the following code snippet.You need to programmatically hide the TextBox control based on other input.What should you do?()

题型:单项选择题

You are creating a composite control for capturing user address information in a Web application. You define a number of properties that the user can set at design time. You need to group these properties in the Properties dialog box. In addition, you need to ensure that when users click on a particular property, they receive a short explanation of that property. The properties are shown in the exhibit.Which two actions should you perform?()

题型:多项选择题

You create a server control that inherits from WebControl. You need to enable the server control to emit markup for a new kind of mobile device. You must not alter the code in the server controls.Which two actions should you perform?()

题型:多项选择题

You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site.Which tool should you use?()

题型:单项选择题

You create Web sites for your company. You apply a consistent design to the pages and controls of the Web sites. You need to make style changes to all of the Web sites on the Web server. You want to achieve this goal without having to edit the individual pages on each Web site.Which two actions should you perform?()

题型:多项选择题

You are developing a Web application. Your code restricts access to some pages based on the users credentials. You need to configure IIS to supply the user's Windows credentials to your Web application. These credentials must be encrypted.What should you do? ()

题型:单项选择题

You create a Web site with membership and personalization enabled. You must use an existing CRM database for storing the membership information. You need to implement the Membership Provider.What should you do?()

题型:单项选择题

You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error.Which event should you use? ()

题型:单项选择题

You create an intranet Web site for management of project documents. You need to enable all users to browse documents on the site. Only members of the administrators group must be ble to upload files.Which code segment of the Web.config file should you use?()

题型:单项选择题