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. Problem with Ajax update panel

Problem with Ajax update panel

Scheduled Pinned Locked Moved ASP.NET
helpcsharpjavascripthtmlasp-net
3 Posts 2 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.
  • H Offline
    H Offline
    hozsam
    wrote on last edited by
    #1

    Hi, In my content page of asp.net website i have a radiobuttonlist for which i am writing javascript code on its onclick. i.e. rbt1.items(0).attributes.add("onclick","function1(parameters);") It was working fine before i placed it inside an updatepanel. But as soon as i placed this control inside updatepanel the javascript function stopped working. Although it still works in firefox but not working in IE. If anyone can suggest what can be the problem. Is there a problem in html or browser compatibility issue? Thanks, sabiha.

    C 1 Reply Last reply
    0
    • H hozsam

      Hi, In my content page of asp.net website i have a radiobuttonlist for which i am writing javascript code on its onclick. i.e. rbt1.items(0).attributes.add("onclick","function1(parameters);") It was working fine before i placed it inside an updatepanel. But as soon as i placed this control inside updatepanel the javascript function stopped working. Although it still works in firefox but not working in IE. If anyone can suggest what can be the problem. Is there a problem in html or browser compatibility issue? Thanks, sabiha.

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

      hozsam wrote:

      Is there a problem in html or browser compatibility issue?

      Obviously. I guess the script that is emitted by the ASP.NET AJAX framework differs, or an IE/FF difference is killing it.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      H 1 Reply Last reply
      0
      • C Christian Graus

        hozsam wrote:

        Is there a problem in html or browser compatibility issue?

        Obviously. I guess the script that is emitted by the ASP.NET AJAX framework differs, or an IE/FF difference is killing it.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        H Offline
        H Offline
        hozsam
        wrote on last edited by
        #3

        so can you pls provide solution for the same. So that it works for both IE and FF.

        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