@using ZoomLa.Model.Page @using ZoomLa.BLL.Page @{ B_PageTemplate tempBll = new B_PageTemplate(); B_PageReg regBll = new B_PageReg(); M_UserInfo mu = new B_User(Context).GetLogin(); DataTable nodeDT = tempBll.Sel(mu.UserID, true); nodeDT = nodeDT.DefaultView.ToTable(); C_TreeView treeMod = new C_TreeView() { NodeID = "ID", NodeName = "Name", NodePid = "ParentID", DataSource = nodeDT, liAllTlp = "全部内容", LiContentTlp = "@NodeName", SelectedNode = "0" }; M_PageReg regMod = regBll.SelModelByUid(mu.UserID); } @section head{ 黄页管理 } @section content{
@**@ @Html.Partial("_treeview",treeMod)
@*原ondatabinding()事件改为onload时间,不知是否可以*@
} @section script{ }