Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have gallery page where I used jquery. Here i will create gallery on the basis of dropdowns.

It is working fine on Google chrome and IE. But when i tried to open it on Firefox my ispostback is always false that make my page reload every time.

Please tell what can be the issue :(.

Thanks & Regards
Seema
Posted
Updated 26-May-11 8:30am
v2
Comments
thatraja 26-May-11 14:18pm    
Post your code in your question.
Sandeep Mewara 26-May-11 14:37pm    
We need more info around it.

1 solution

Here is one way to check this issue.
1. Set your default browser FireFox(Default browser for Visual Studio[^])
2.Set Break point in the place where IsPostBack is called.
3.Run your application in debug mode.
4. Finally, check whether it's working or not.

Good luck.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900