Connecting Tech Pros Worldwide Help | Site Map

Ajax -- tabPanel -- To load a tabPanel when I click in the tabPanel

fran_j_diaz@yahoo.fr
Guest
 
Posts: n/a
#1: Sep 14 '07
Hi,

I've got some web pages whiches are too heavy. My pages have TabPanels
and I saw that it was possible to load a tabPanel when we click in
instead of the page loading.

I went to

http://blogs.msdn.com/sburke/archive...on-demand.aspx

but I've got all around the tabanel updatepanels with
childrenAsTiggers = true or with triggers.

That solution work perfectly with IE but whith FireFox it doesn't
work.

I've got another program in which I do

monScriptmanager.RegisterAsyncPostBackControl(TabC ontainer1);

It works with IE and FireFox.

But when I put the scriptManager in a masterPage and my tabPanel in my
page.
when I click in the tabPanel the page Reload.

Can you help me please.
Thanks

Closed Thread