Rank: Member Groups: Member
Joined: 9/24/2008 Posts: 11
|
I am using the panel control and generating the contents of the HeaderHtml, ContentHtml and FooterHtml and then showing the panel with a ClientSideOnLoad javascript function. It works OK except that when the panel becomes visible, it momentarily shows the previous panel before the control loads the new values for HeaderHtml, ContentHtml and FooterHtml. This is annoying and confusing. How do I get it to stay invisible until it loads the new html?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am assuming you use our Dialog control. We are not aware of any such problems on the dialog control itself. In fact ContentHtml and FooterHtml is not even passed to the client side, so the client side never had these values. So I am guessing it could have something to some other logics that you have in the page. Thus I would recommend you to try to comment your code out block by block and see if you can identify the trigger. Or if you can create a sample page the can reproduce the problem and also run independently, we will be happy to take a look and see what we can find.
Thanks
|