IFrame Js Div Css no refresh modification_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:29:10
Original
938 people have browsed it


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);


source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template