Click here to Skip to main content
16,018,057 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
CSS
I have taken div inside Update Panel, Inside this div there is GridView.
Now I have kept HeaderText in asp:BoundField. I am doing some javascript stuff for which i am reading innerHTML of div tag now when i execute this in IE it works fine But same thing causes problem in Firefox 3.5 i.e. those HeaderText are come as Undefined when i see it on Firefox.
Please help.
Posted
Updated 26-Sep-11 5:29am
v2

1 solution

Hi,

what javascript code you are using in your app.

just make sure that javascript must be cross browser coding .

because IE supports some javascript methods but Firefox not.

Here 'm saying some example regarding support...

IE don't support canvas but Firefox supports canvas tag

If we want to work in IE ther is a javascript file for it iecanvas.js to working in IE.


If you post your javascript code we'll clear your problem as better than this

All the Best
 
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