.net中 跳转页面后,treeview 怎么保存它状态 请高手赐教...........

 我来答
百度网友20b1117
2010-12-09
知道答主
回答量:43
采纳率:0%
帮助的人:19.4万
展开全部
建一个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
看看这是不是你想要的效果
肥泡的光光
2010-12-09 · TA获得超过151个赞
知道答主
回答量:238
采纳率:0%
帮助的人:123万
展开全部
要么用框架就是iframe要么用母版页
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式