0

I am using Ajax tab control in my aspx page. On IE and Chrome it works fine. However it is not working under Firefox.

It's visibility is hidden. I tried various options setting visibility to visible from CSS class, set ActiveTabIndex value from code behind. Still it is not working.

I am using ToolkitScriptManager instead of ScriptManager.

Please suggest any workaround.

Alban
  • 1,915
  • 1
  • 14
  • 17
VJOY
  • 3,752
  • 12
  • 57
  • 90

1 Answers1

1

give a try with firebug to trace...some style might hiding your tab..may be inherited from another control

Ram Jagtap
  • 11
  • 1