Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. sys is undefined

sys is undefined

Scheduled Pinned Locked Moved ASP.NET
helpcsharpjavascriptasp-nettools
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Miss Maheshwari
    wrote on last edited by
    #1

    when i m running my site from net i get this javascript error..."sys is undefined"....and my ajax functiolaity is not working....i have inclued my script manager within form tag....and same web.config as in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025.....please help

    E D 2 Replies Last reply
    0
    • M Miss Maheshwari

      when i m running my site from net i get this javascript error..."sys is undefined"....and my ajax functiolaity is not working....i have inclued my script manager within form tag....and same web.config as in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025.....please help

      E Offline
      E Offline
      eyeseetee
      wrote on last edited by
      #2

      make sure your web.config has this: and you are not using a beta version We are not a Code Charity

      M 1 Reply Last reply
      0
      • E eyeseetee

        make sure your web.config has this: and you are not using a beta version We are not a Code Charity

        M Offline
        M Offline
        Miss Maheshwari
        wrote on last edited by
        #3

        where should i include these lines and i add the prefix tag atlas not the asp...because of some error

        <pages>
        <controls>
        <add tagPrefix="atlas" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
        <add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
        </controls>
        </pages>

        plesae tell me where/under which tag shud i include these lines in web.congif

        M 1 Reply Last reply
        0
        • M Miss Maheshwari

          where should i include these lines and i add the prefix tag atlas not the asp...because of some error

          <pages>
          <controls>
          <add tagPrefix="atlas" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
          <add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
          </controls>
          </pages>

          plesae tell me where/under which tag shud i include these lines in web.congif

          M Offline
          M Offline
          Miss Maheshwari
          wrote on last edited by
          #4

          after adding these lines in my aspx page...

          <atlas:ScriptManager ID="scriptmanager1" runat="server" EnablePartialRendering="true">
          <Scripts>
          <atlas:ScriptReference Assembly="Microsoft.Web.Preview" Name="Microsoft.Web.Resources.ScriptLibrary.PreviewScript.js" />
          <atlas:ScriptReference Assembly="Microsoft.Web.Preview" Name="Microsoft.Web.Resources.ScriptLibrary.PreviewGlitz.js" />
          <atlas:ScriptReference Assembly="Microsoft.Web.Preview" Name="Microsoft.Web.Resources.ScriptLibrary.PreviewDragDrop.js" />
          </Scripts>
          </atlas:ScriptManager>

          still i have the same error please help

          1 Reply Last reply
          0
          • M Miss Maheshwari

            when i m running my site from net i get this javascript error..."sys is undefined"....and my ajax functiolaity is not working....i have inclued my script manager within form tag....and same web.config as in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025.....please help

            D Offline
            D Offline
            daveh
            wrote on last edited by
            #5

            I am having the same issue. Someone said try adding EnableEventValidation="false" to your Page directive. This did not help me but it may help you

            M 1 Reply Last reply
            0
            • D daveh

              I am having the same issue. Someone said try adding EnableEventValidation="false" to your Page directive. This did not help me but it may help you

              M Offline
              M Offline
              Miss Maheshwari
              wrote on last edited by
              #6

              thanx that issue is solved..but still my ajax functionality is not working..........page is reload again and again....when any event of gridview is called(actually i use ajax on my gridview)..like display the complete detail of user on modalpopupextender.....but when modal popup is displayed....the page is reloaded......so if u can help me...the please..........

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups