Home >Web Front-end >HTML Tutorial >IFrame Js Div Css no refresh modification_html/css_WEB-ITnose

IFrame Js Div Css no refresh modification_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:29:10993browse


List.cs file



protected void Page_Load(object sender , EventArgs e)
{

if (!IsPostBack)

{

//Bind data directly for the first time else

                                                                                  { 🎜>                                                                                                     BindData();                                                    🎜>

.cs file

//The registration script also calls the parent page (list page) method to report that the data has been Changes require rebinding


ScriptManager.RegisterStartupScript(this, this.GetType(), "message", "window.parent.DetailHidden(1);", true);


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn