This is a migrated thread and some comments may be shown as answers.

'get_postBackElement().id' is null or not an object

1 Answer 121 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Amy Liu
Top achievements
Rank 1
Amy Liu asked on 23 Aug 2011, 06:56 PM
Hello!

I downloaded the lastest telerik for asp.net (Evaluation version for developer). and used VS 2010 for my project.

My project has been
<?xml version="1.0"?> 
<configuration
  <configSections
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
      <section name="SLSCommunicationPortal.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> 
    </sectionGroup
  </configSections
  <connectionStrings
    <add name="CommonLogconnectionString" connectionString="Data Source=xxxxx;Initial Catalog=xxxx;Integrated Security=SSPI;Connect Timeout=120;Pooling=true; Min Pool Size=5;"
      providerName="System.Data.SqlClient" /> 
    <add name="xxxx" connectionString="Data Source=xxxxx;Initial Catalog=xxxxx;Integrated Security=SSPI;Connect Timeout=120;Pooling=true; Min Pool Size=5;"
      providerName="System.Data.SqlClient" /> 
  </connectionStrings
  <appSettings
    <add key="xxxxx" value="xxxxx"/> 
    <add key="xxxxx" value="xxxxx" /> 
    <add key="LogDir" value="xxxxx"/> 
    <add key="Telerik.Skin" value="Office2010Blue"/> 
    <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled"/> 
    <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled"/> 
  </appSettings
  <system.web
    <compilation debug="true" targetFramework="4.0"
      <assemblies
        <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> 
        <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> 
        <add assembly="System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> 
      </assemblies
    </compilation
    <pages
      <controls
        <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/> 
      </controls
    </pages
    <httpHandlers
      <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false"/> 
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false"/> 
      <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false"/> 
      <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false"/> 
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/> 
    </httpHandlers
    <httpModules
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/> 
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/> 
    </httpModules
  </system.web
  <system.webServer
    <validation validateIntegratedModeConfiguration="false"/> 
    <modules runAllManagedModulesForAllRequests="true"
      <remove name="RadUploadModule"/> 
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" preCondition="integratedMode"/> 
      <remove name="RadCompression"/> 
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode"/> 
    </modules
    <handlers
      <remove name="ChartImage_axd"/> 
      <add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode"/> 
      <remove name="Telerik_Web_UI_SpellCheckHandler_axd"/> 
      <add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode"/> 
      <remove name="Telerik_Web_UI_DialogHandler_aspx"/> 
      <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode"/> 
      <remove name="Telerik_RadUploadProgressHandler_ashx"/> 
      <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode"/> 
      <remove name="Telerik_Web_UI_WebResource_axd"/> 
      <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode"/> 
    </handlers
  </system.webServer
  <applicationSettings
    <SLSCommunicationPortal.Properties.Settings
      <setting name="xxxxxx" serializeAs="String"
        <value>xxxxx</value
      </setting
    </SLSCommunicationPortal.Properties.Settings
  </applicationSettings
</configuration>
developed and tested in solution works fine.

But it throw javascript error: 'get_postBackElement().id' is null or not an object  Telerik.Web.UI.WebResource.axd when we move to dev server which use IIS7.

What cause the problem? Is there anything which we didn't install on dev server or anything not in config file?

Please help to save my energy.

Thanks in advance.

Amy

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 26 Aug 2011, 08:30 AM
Hello Amy,

I reviewed your web config and I can confirm it is proper. Though based on the error message, I believe that this is an issue related with a specific page. Can you elaborate on your scenario a bit more? if applicable, you can share the code of the page for further check.

All the best,
Iana
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Grid
Asked by
Amy Liu
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or