可学答题网 > 问答 > MCTS(70-528)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You create a Web Form that contains a


You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web site. The following XML defines the site map for your site. You need to bind the TreeView control to the site map data so that users can navigate only within the Marketing section. Which three actions should you perform?()

  • A Add a SiteMapDataSource control to the Web Form and bind the TreeView control to it.
  • B Add a SiteMapPath control to the Web Form and bind the TreeView control to it.
  • C Embed the site map XML within the SiteMap node of a Web.sitemap file.
  • D Embed the site map XML within the AppSettings node of a Web.config file.
  • E Set the StartingNodeUrl property of the SiteMapDataSource control to ~/Marketing.aspx.
  • F Set the SkipLinkText property of the SiteMapPath control to Sales.
参考答案
参考解析:
分类:MCTS(70-528)题库
相关推荐

1、You create a Web Form that allows use

You create a Web Form that allows users to create a new account. You add a CreateUserWizard control by using the following code segment.You n...

2、You create a Web Form. The Web Form u

You create a Web Form. The Web Form uses the FormView control to enable a user to edit a record in the database. When the user clicks the...

3、You create a Web Form that allows user

You create a Web Form that allows users to create a new account. You add a CreateUserWizard control by using the following code segment. You...

4、You create a Web Form. The Web Form al

You create a Web Form. The Web Form allows users to log on to a Web site. You implement the login logic using a Login control named Login1...

5、You create a Web Form. The Web Form al

You create a Web Form. The Web Form allows users to recover their passwords. You add a PasswordRecovery server control by using the following...

6、You create a Web Form. The Web Form co

You create a Web Form. The Web Form contains two Web Parts named CustomerPart and OrdersPart. CustomerPart contains a drop-down list of custome...