你的id是不 是在你的框架页有了,换一个id试试

解决方案 »

  1.   

    看编译后的页面源码<body class="easyui-layout">
        <form method="post" action="JqueryTest.aspx" id="form1">
    <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEzMjE4NzgzMDRkZH+YcKJ73KRGgzQmxLF8vRN/IMZyF7KTpde+KnaBfz/g" />
    </div><div class="aspNetHidden"> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAgLowL+2AQKM54rGBitm88/xbpMqMxJ8AW1hEosV1Y81oEJIf5yqTVsLI/pI" />
    </div>
        <div region="north" border="false" style="height:60px;background:#B3DFDA;padding:10px">north region<input type="submit" name="Button1" value="Button" id="Button1" />
        </div>
    <div region="west" split="true" title="West" style="width:150px;padding:10px;">west content</div>
    <div region="east" split="true" title="East" style="width:100px;padding:10px;">east region</div>
    <div region="south" border="false" style="height:50px;background:#A9FACD;padding:10px;">south region</div>
    <div region="center" title="Main Title">
    </div>
        </form>
     <form method="post" action="JqueryTest.aspx" id="form1"> 没有这个标签就可以正常...但没有这个的话用不了aspNet的控件...
      

  2.   

    你吧整个页面发上来吧,光发这些看不出问题。
    但可以确定的是,这个和form应该没有太多关系,我们这里就这样的,一直没问题。另外你可以在页面上增加
    <meta http-equiv="x-ua-compatible" content="IE=7;" />
    放在<html>的上面看下效果
      

  3.   

    貌似第二个<div class="aspNetHidden">有问题,修改成<div class="easyui-layout">在看下
      

  4.   

    你的这个问题解决了吗,我也遇到了和你相同的问题,能告诉我吗,邮箱[email protected]