子页面刷新父页面的某个控件
<a href="#" style=" text-decoration:none" onclick="window.open('Order_JSCZ.aspx?Finter=<%# Eval("FinterID") %> &FEn=<%# Eval("FentryID") %>','用户详细信息窗口','scrollbars=yes,width=600,height=400,left=150,top=200')" title="用户详细信息">
【 操 作】</a>
我用这个代码弹出子页面Order_JSCZ.aspx,请问如何刷新父页面的GridView控件啊,求教,希望是asp.net代码