|
Rank: Member Groups: Member
Joined: 2/10/2010 Posts: 13
|
Hi,
I have a tabstrip and multipage. I have several pageviews on the multipage. On the first pageview, I have link buttons that can be clicked to navigate to the other tabs. It works fine on IE. But when I run it on firefox, the first page always seems to be displayed briefly, before the requested pageview gets loaded. I am not sure what is causing this to happen.
Thanks, Janaki
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not sure if I understand your question correctly. Doesn't the first page have to be visible first before you can click the links to switch to other pages?
Thanks
|
|
Rank: Member Groups: Member
Joined: 2/10/2010 Posts: 13
|
The first page is visible the first time. But when I click on the link, it should just bring up that page. The problem is that it briefly displays the entire multipage before displaying the requested page.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
When you say "it briefly displays the entire multipage", do you mean that it briefly displays ALL page views? Do you see the same effect on with our demos?
Thanks
|
|
Rank: Member Groups: Member
Joined: 2/10/2010 Posts: 13
|
Yes, that is correct. It displays all the pageviews before it brings up the requested page. No, I don't see it on your demos. Is there a specific one that you want me to try? I tried your tabstrip style 2, which is what I am using.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Any demo should be fine. None should do that. We are not exactly sure what's causing the problem, most likely it has to do with your CSS style or page layout. You can try to isolate the problem into a test page that can duplicate the problem. Once we have that we will try to run it here and see what we can find.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/10/2010 Posts: 13
|
Hi,
In looking into the problem some more, I am thinking it is related to the link buttons using _dopostback. Do you think using a callbackpanel will help resolve this issue?
Thanks, Janaki
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately we are not sure without being able to seeing the problem and knowing exactly what's causing it. However if you use a CallbackPanel and set the CallbackPanel's LoadingHTML, then the CallbackPanel can always display the loading html (such as the spinning image we use in our sample project) while it updates the contents, so that might eliminate the problem for you.
Thanks
|
|