[CLOSED] Sharepoint 2010 master page and ext.net resource manager

  1. #1

    [CLOSED] Sharepoint 2010 master page and ext.net resource manager

    I am using Ext.Net 2.4 in a SharePoint 2010 Application page. If I add the resource manager to the application page, I got the following error:

    'theForm' is undefined.

    From debugger, below are the error details, note that the below is SharePoint auto code:

    <script type="text/javascript">
    
    theForm.oldSubmit = theForm.submit;
    
    theForm.submit = WebForm_SaveScrollPositionSubmit;
    
    theForm.oldOnSubmit = theForm.onsubmit;
    
    theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit;
    
    Sys.Application.initialize();
    Please note that SharePoint 2010 master page has a already a script manager,and the use of the master page is a must.
    Last edited by Daniil; Feb 13, 2014 at 10:49 AM. Reason: [CLOSED]
  2. #2
    Hi @snow_cap,

    Please try to set up DisableViewState="false" for <ext:ResourceManager>. Does it help?
  3. #3
    ok thx it worked

Similar Threads

  1. [CLOSED] SharePoint 2010 Implementation
    By HOWARDJ in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 23, 2013, 8:24 AM
  2. [CLOSED] de-register or override the resource manager from master page
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 22, 2011, 2:48 PM
  3. Script Manager and Resource Manager Conflict
    By EugeneNiemand in forum 1.x Help
    Replies: 6
    Last Post: Jun 20, 2011, 7:34 AM
  4. Cannot login into sharepoint designer 2010
    By huynd in forum 1.x Help
    Replies: 1
    Last Post: Apr 29, 2011, 8:28 AM
  5. [CLOSED] Use coolite 1.0 in SharePoint 2010
    By sharif in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 19, 2010, 2:15 PM

Posting Permissions