vote up 0 vote down star
1

Hi,

I show/hide few images basing on the button clicks in update panel. I use an update progress also for this. Everything works fine in IE7. But in Firefox Version 3.0.14 when I click on the button in the update panel the event itself is not getting fired.

What may be the problem?

flag

31% accept rate

3 Answers

vote up 0 vote down

I dont think there is any reason for it to work in IE and not in FF. What plugins you have installed on Firefox? Disable all plugins and then check.

link|flag
Even after disabling the plugins I am getting the same problem – Sunny Oct 9 at 12:09
Does Tools->Error Console shows you any error ? – Mahin Oct 9 at 13:58
vote up 0 vote down

Check for JavaScript errors.

link|flag
vote up 0 vote down check

I found the issue. This is because, I didn't set the CausesValidation property to false. I need this because there are usercontrols which performs their own validations.

But now, I am wondering why IE allowed the button click?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.