111,130
社区成员
发帖
与我相关
我的任务
分享
if (!this.Page.IsPostBack)
{
this.TreeViewMenu.DataBind();
this.TreeViewMenu.CollapseAll();
this.TreeViewMenu.Nodes[0].Expand();
this.TreeViewMenu.Nodes[0].ChildNodes[0].Expand();
this.TreeViewMenu.Nodes[0].ChildNodes[1].Expand();
}