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. AJAX not working in IE for asp.net2 [Urgent]

AJAX not working in IE for asp.net2 [Urgent]

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
9 Posts 5 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.
  • D Offline
    D Offline
    Deepml
    wrote on last edited by
    #1

    In asp.net2, AJAX is not working for dropdownlist_selecteditemIndex event in IE. It is working fine in Mozilla firefox. -- modified at 6:35 Friday 20th April, 2007

    C C 2 Replies Last reply
    0
    • D Deepml

      In asp.net2, AJAX is not working for dropdownlist_selecteditemIndex event in IE. It is working fine in Mozilla firefox. -- modified at 6:35 Friday 20th April, 2007

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      What do you mean by 'AJAX is not working' ??? There is no AJAX built into ASP.NET 2005, by default. Are you using ATLAS, or have you written your own AJAX code ? If your own code, have you written it so it can work with both ( the code is different )

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      D 1 Reply Last reply
      0
      • C Christian Graus

        What do you mean by 'AJAX is not working' ??? There is no AJAX built into ASP.NET 2005, by default. Are you using ATLAS, or have you written your own AJAX code ? If your own code, have you written it so it can work with both ( the code is different )

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        D Offline
        D Offline
        Deepml
        wrote on last edited by
        #3

        I m using following for dropdownlist: Here is code for dropdownlist.....

        C 1 Reply Last reply
        0
        • D Deepml

          I m using following for dropdownlist: Here is code for dropdownlist.....

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Here is code for dropdownlist..... You need to check 'ignore HTML tags' for this to be visible. OK, so you're using ATLAS. What is happening in IE ? Is your page making it's AJAX call ? Is anything being rendered ? I don't use ATLAS, so odds are, I can't offer much help. Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          D 1 Reply Last reply
          0
          • C Christian Graus

            Here is code for dropdownlist..... You need to check 'ignore HTML tags' for this to be visible. OK, so you're using ATLAS. What is happening in IE ? Is your page making it's AJAX call ? Is anything being rendered ? I don't use ATLAS, so odds are, I can't offer much help. Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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

            when i selects item in country dropdownlist.Its giving me javascript error as follows: 'event' is null or not an object.

            S R 2 Replies Last reply
            0
            • D Deepml

              when i selects item in country dropdownlist.Its giving me javascript error as follows: 'event' is null or not an object.

              S Offline
              S Offline
              Sam Heller
              wrote on last edited by
              #6

              Can we see the code for the whole thing. Dropdown list, update panel and dropdown event code?

              1 Reply Last reply
              0
              • D Deepml

                In asp.net2, AJAX is not working for dropdownlist_selecteditemIndex event in IE. It is working fine in Mozilla firefox. -- modified at 6:35 Friday 20th April, 2007

                C Offline
                C Offline
                coolestCoder
                wrote on last edited by
                #7

                Just check whether ScriptManager is there on the page, before any AJAX controls.


                "A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder


                coolestCoder

                D 1 Reply Last reply
                0
                • C coolestCoder

                  Just check whether ScriptManager is there on the page, before any AJAX controls.


                  "A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder


                  coolestCoder

                  D Offline
                  D Offline
                  Deepml
                  wrote on last edited by
                  #8

                  Yes ScriptManager is there. It is working for local server.but not working for another server where i put this application. Any idea....why it is so...

                  1 Reply Last reply
                  0
                  • D Deepml

                    when i selects item in country dropdownlist.Its giving me javascript error as follows: 'event' is null or not an object.

                    R Offline
                    R Offline
                    RichardGrimmer
                    wrote on last edited by
                    #9

                    SOunds like your code is out of whack somewhere - event in this case is the event object - it's used as a param to event handlers in FF, but not in IE (or the other way round - can never remember!). Check your handlers...

                    "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

                    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