首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

2005中showModalDialog()时TreeView无法展开解决办法

2012-01-11 
2005中showModalDialog()时TreeView无法展开在使用showModalDialog时把treeview放在弹出窗口中,为什么tree

2005中showModalDialog()时TreeView无法展开
在使用showModalDialog时   把treeview放在弹出窗口中,为什么treeview的节点不能展开
请高手指教

[解决办法]
在弹出窗口中加入: <base target= "_self "> </base>
例:
<head runat= "server ">
<title> 无标题页 </title>
<base target= "_self "> </base>
</head>
[解决办法]
<base target= "_self ">
</base>
可以了。

热点排行