网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
如果设treeView1=new TreeView(),则treeView1.Nodes.Add("根节点")返回的是一个()类型的值。
- A、TreeNode
- B、int
- C、string
- D、TreeView
参考答案
更多 “如果设treeView1=new TreeView(),则treeView1.Nodes.Add("根节点")返回的是一个()类型的值。A、TreeNodeB、intC、stringD、TreeView” 相关考题
考题
你正在创建一个包含 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。
考题
用VB或VB.NET或ASP.NET编程,从一个表中选出两个varchar列(其中一列数据不能有重复,并且长度等于4),并将两列连接成一个字符串,将这些字符串动态加载到TreeView1所有节点的Text属性中
考题
winform TREEVIEW 与XML
winform中如何动态添加一个节点?一般用什么判断点击了TREEVIEW节点后做出的相应行为事件,或者说switch()括号里应该放treeview哪个属性来做判断最好?
考题
treeView1.Nodes[1].Nodes[0]代表了控件treeView1的()。 A、第1个根节点的第1个子节点B、第1个根节点的第2个子节点C、第2个根节点的第1个子节点D、第2个根节点的第2个子节点
考题
如果设treeView1=newTreeView(),则treeView1.Nodes.Add("根节点")返回的是一个()类型的值。A、TreeNodeB、intC、stringD、TreeView
考题
如果设treeView1=new TreeView(),TreeNode node=new TreeNode("根结点"),则treeView1.Nodes.Add(node)返回的是一个类型的值。()A、TreeNode;B、int;C、string;D、TreeView;
考题
单选题如果设treeView1=new TreeView(),TreeNode node=new TreeNode("根结点"),则treeView1.Nodes.Add(node)返回的是一个类型的值。()A
TreeNode;B
int;C
string;D
TreeView;
考题
单选题如果设treeView1=new TreeView(),则treeView1.Nodes.Add("根节点")返回的是一个()类型的值。A
TreeNodeB
intC
stringD
TreeView
考题
多选题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?()AAdd a SiteMapDataSource control to the Web Form and bind the TreeView control to it.BAdd a SiteMapPath control to the Web Form and bind the TreeView control to it.CEmbed the site map XML within the SiteMap node of a Web.sitemap file.DEmbed the site map XML within the AppSettings node of a Web.config file.ESet the StartingNodeUrl property of the SiteMapDataSource control to ~/Marketing.aspx.FSet the SkipLinkText property of the SiteMapPath control to Sales.
考题
单选题如果设treeView1=newTreeView(),则treeView1.Nodes.Add("根节点")返回的是一个()类型的值。A
TreeNodeB
intC
stringD
TreeView
考题
单选题treeView1.Nodes[1].Nodes[0]代表了控件treeView1的()。A
第1个根节点的第1个子节点B
第1个根节点的第2个子节点C
第2个根节点的第1个子节点D
第2个根节点的第2个子节点
考题
判断题TreeView控件某个节点的Nodes.Count属性值为0,说明这个节点没有下级子节点。A
对B
错
热门标签
最新试卷