FineUI 官方论坛
标题:
在c#刷新Panel(RefreshIFrame)无效,需要如何设置?
[打印本页]
作者:
xmwgp8
时间:
2014-9-26 14:29
标题:
在c#刷新Panel(RefreshIFrame)无效,需要如何设置?
panel 代码:
<f
anel ID="
anel4" runat="server" BoxFlex="1" Layout="Fit" Hidden="true" BodyPadding="0px" ShowBorder="true" ShowHeader="true"
Title="标题" EnableIFrame="True" IFrameUrl="Location.aspx?id=<%=vgcaseid %>" EnableFrame="true" >
</f
anel>
页面有另外一个grid,点击grid不同记录,根据不同数据决定是否显示并刷新panel url 的内容。
在Grid的行单击事件中 Grid1_RowClick :
执行代码
Panel4.IFrameUrl = "Location.aspx?id=" + id;
if (Panel4.Hidden == true)
{
Panel4.Hidden = false;
}
Panel4.RefreshIFrame();
RefreshIFrame执行后,页面不会刷新。
请问这个需要怎么设置才能刷新Penel4的内容呢 ?
作者:
xmwgp8
时间:
2014-9-29 14:50
有哪位大侠知道问题原因及怎么处理的吗?
作者:
sanshi
时间:
2014-9-29 20:35
刚更新了示例,可以看下:
http://fineui.com/demo/#/demo/toolbar/toolbar_iframe.aspx
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4