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.

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.


相关考题:

你正在创建一个包含 TreeView 控件的 Web 窗体。其中,TreeView 控件只允许用户在站点导航配置文件 Marketing 节范围内进行导航。下面是站点导航 XML 配置文件的定义:现在,你需要绑定站点导航数据到TreeView控件上,并且让用户只能在Marketing节范围内进行导航。请问,你应该执行下面那三个步骤达到此目的?() A. 增加一个SiteMapDataSource控件到Web窗体,并且绑定到TreeView 控件。B. 增加一个SiteMapPath控件到Web窗体,并且绑定到TreeView控件。C. 嵌入上述站点导航XML定义到Web.sitemap文件的SiteMap节点内。D. 嵌入上述站点导航XML定义到Web.config文件的AppSettings节点内。E. 设置SiteMapDataSource 控件的StartingNodeUrl属性值为~/Marketing.aspx。F. 设置SiteMapPath 控件的SkipLinkText属性值为Sales。

下列可以用来存储图像可以供其它控件使用的控件是( )。 A.ToolBarB.StatursBarC.ImageListD.TreeView

winform TREEVIEW 与XML winform中如何动态添加一个节点?一般用什么判断点击了TREEVIEW节点后做出的相应行为事件,或者说switch()括号里应该放treeview哪个属性来做判断最好?

以下()不是导航技术的控件。A.Menu控件B.SiteMapPath控件C.ListBoxD.TreeView控件

对TreeView来说,有根节点、父节点、子节点、兄弟节点等,都用________创建。A.NodeB.ChainNodeC.TreeNodeD.Chain

TreeView是一种能以_________结构形式显示数据结点的高级控件。

8、TreeView控件的常用Add方法为树的视图添加节点,添加的节点数据类型为 。

9、TreeView是一种能以_________结构形式显示数据结点的高级控件。

在一个Web站点中,有一个站点地图文件Web.sitemap和一个Default.aspx页面,在Default.aspx页面中包含一个SiteMapDataSource控件,该控件的ID为SiteMapDataSource1。如果想以树形结构显示站点地图,该如何处理?()A.拖拽一个Menu到页面中,并将其绑定到SqlDataSourceB.拖拽一个TreeView到页面中,并将其绑定到SqlDataSourceC.拖拽一个Menu到页面中,并设置该控件的DataSourceID属性设置为SiteMapDataSource1D.拖拽一个TreeView到页面中,并设置该控件的DataSourceID属性设置为SiteMapDataSource1

对TreeView来说,有根节点、父节点、子节点、兄弟节点等,都用Node创建。