2

I am developing the website in .NET 3.5, VS 2008. I have a AjaxControlToolkit TabContainer control within Tabpanels I have many usercontrols and inside usercontrol I have my thrid paty Spell Check Utility, while rendering(Page load) the page many times my panel are not visible but when I refresh the page tabs are visible. Does any body faced any such issue ever?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Chetan
  • 1,517
  • 3
  • 17
  • 25

1 Answers1

0

check is there any thing you are doing in postback check?? secondly do check view state and initial vaule of your control, weatehr it is Visible or not

Singleton
  • 3,701
  • 3
  • 24
  • 37
  • the viewstate is on, no I am not doing any postback check and yes I kept the visibility of the Tabcontainer to visible='true' intially. – Chetan Nov 02 '10 at 13:22