Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody. I am using Jquery easyUI to open dialog new page in ASPX.

JavaScript
$('<div  class="easyui-dialog" style="width:900px;height:600px"></div>')
              .html('<iframe id="myFrame" width="100%" height="100%" frameborder="0" src= "App_form/ktht/kt_ma_tk.aspx" marginwidth="0" marginheight="0"></iframe>')
              .dialog({
                  title: "",
                  closed: false,
                  cache: false,
                  modal: false
              });


Bút ít have a problems, it load page kt_ma_tk two times


C#
if (!IsPostBack)
{

// It run double
}


I dont understand why

Thanks to support
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900