.net中 跳转页面后,treeview 怎么保存它状态 请高手赐教...........
2个回答
展开全部
建一个MainWed.aspx
<center>
<h1>你想要的东西</h1>
</center>
<table border="0" width="100%" cellpadding="0" class="main-table">
<tr>
<td align="Left" style="width:23%">
<iframe id="LeftTree" name="LeftTree" src="LeftTree.aspx" class="inset-table" width="300" height="600"></iframe> </td>
<td align="left" style="width:75%">
<iframe id="RightMain" name="RightMain" src="RightMain.aspx" class="outset-table" width="100%" height="600" align="middle"></iframe>
</td>
</tr>
</table>
再建一个LeftTree.aspx,这里面写你的treeview.
<asp:TreeViewrunat="server">
<Nodes>
<asp:TreeNode Text="试试" Value="试试" Expanded="False"
NavigateUrl="hello.htm" Target="RightMain">
</asp:TreeNode>
</Nodes>
</asp:TreeView>
再来个RightMain.aspx
再建个hello.htm
看看这是不是你想要的效果
<center>
<h1>你想要的东西</h1>
</center>
<table border="0" width="100%" cellpadding="0" class="main-table">
<tr>
<td align="Left" style="width:23%">
<iframe id="LeftTree" name="LeftTree" src="LeftTree.aspx" class="inset-table" width="300" height="600"></iframe> </td>
<td align="left" style="width:75%">
<iframe id="RightMain" name="RightMain" src="RightMain.aspx" class="outset-table" width="100%" height="600" align="middle"></iframe>
</td>
</tr>
</table>
再建一个LeftTree.aspx,这里面写你的treeview.
<asp:TreeViewrunat="server">
<Nodes>
<asp:TreeNode Text="试试" Value="试试" Expanded="False"
NavigateUrl="hello.htm" Target="RightMain">
</asp:TreeNode>
</Nodes>
</asp:TreeView>
再来个RightMain.aspx
再建个hello.htm
看看这是不是你想要的效果
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询