setTabActive no content showing

I am using the standard version of the Tabber control in ASP.Net 1.1
loading the content from DIVs, some populated from server controls

The first Tab gets selected but no content is shown, until you actually click on a Tab,
ans click back to the first Tab again.

Also I couldn’t find any information on how to maintain the selected tab after a postback

Cheers

Robert

Dude i think you need to use a handler:

Cheerrs!!

http://www.sedesarrolladores.tk

The first Tab gets selected but no content is shown, until you actually click on a Tab,
ans click back to the first Tab again.

you may try to use the attached file instead of the original one.

If it doesn’t help, you may provide the sample that demonstrates the problem (the sample without server-side scripts).
dhtmlxtabbar.zip (10.6 KB)

Thanks for the replies.

Trying to isolate the page sent me down the right track,
because when I just had the tabs on the page, the content in the first tab
was shown.

So I slowly added everything else in the page, and moved the scripts
to the bottom of the page, and fixed a problem with the html above it,
and it works.

Cheers

Robert