Results 1 to 6 of 6

Thread: [RESOLVED] WebConfig from 3.5 to 3.0 issues

Threaded View

  1. #3

    Thread Starter
    Fanatic Member staticbob's Avatar
    Join Date
    Jan 2005
    Location
    Manchestershire, UK Cabbage: I do
    Posts
    619

    Re: WebConfig from 3.5 to 3.0 issues

    I have this running the default page now, that doesnt have much content. As soon as I get to a richer page I get the "Errors on page, do you want to continue running scripts on this page" and it doesn't load.

    It gives line numbers in this bit of the page source..... so I'm guessing this is related to the ajax tabcontainer I have on the page. But, I thought I'd installed Ajax extensions and toolkit on the server ok. I've highlighted the line numbers it errors on.

    Any suggestions?

    <br />
    <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('ScriptManager1', document.getElementById('form1'));

    Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
    //]]>
    </script>


    </div>






    <div>

    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWEgL4wsySDALZu+XJBwLY9LmLDgKEhdiyAQKx48ziCAKllefuDQKFwOmzBQKilefuDQLm+eOGDwLztqfzAwL62Po3AraCkaMJA sX6kP8PAoLB/tMIAsrZnbAJAqr5+wsCnYGGhwECosrM5g02GksRpt9Zji0FouJWmBCjNdNUrA==" />
    </div>

    <script type="text/javascript">
    <!--
    Sys.Application.add_init(function() {
    $create(AjaxControlToolkit.TabPanel, {"headerTab":$get("__tab_TabContainer1_TabPanel1")}, null, {"owner":"TabContainer1"}, $get("TabContainer1_TabPanel1"));
    });
    Sys.Application.add_init(function() {
    $create(AjaxControlToolkit.TabPanel, {"headerTab":$get("__tab_TabContainer1_TabPanel2")}, null, {"owner":"TabContainer1"}, $get("TabContainer1_TabPanel2"));
    });
    Sys.Application.add_init(function() {
    $create(AjaxControlToolkit.TabPanel, {"headerTab":$get("__tab_TabContainer1_FileUploads")}, null, {"owner":"TabContainer1"}, $get("TabContainer1_FileUploads"));
    });
    Sys.Application.add_init(function() {
    $create(AjaxControlToolkit.TabContainer, {"activeTabIndex":0,"clientStateField":$get("TabContainer1_ClientState")}, null, null, $get("TabContainer1"));
    });
    Sys.Application.initialize();
    // -->
    </script>
    </form>
    </body>
    </html>
    Last edited by staticbob; Mar 2nd, 2009 at 12:39 PM.
    "I dislike 7 am. If 7 am were a person, I would punch 7 am in the biscuits." - Paul Ryan, DailyRamblings

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width