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