If autopostback = 'false', then javascript doesn't work in all tabs properly, especially if the tabs are static, but if autopostback="true", then then switching between tabs takes an increasing amount of time (10 seconds or more when you get to 3 tabs created). So, that is unacceptable too. So, what is another option that I can try to resolve the ultrawebtab problems? In one of the tabs is a tree control, so, not sure if that is affecting it?
Thanks.
Ahh well then I don't think I am much more help. As I said it could be the fact that I'm only displaying a small amout of data at one time that my tabs dont take long. I think the largest any of my grids get is 4 rows and even then thats rare.
I just realized that it's already inside an update panel, and it's still slow. any other ideas?
Ok, so all you did was put the webtab inside the update and that fixed the problem right away? No other code was neede to add to handle this change?
No everything I did was all in the properties of the update panel and the WebTab things. It could be that I'm displaying far less data than you are since my tabs only have grids in them with a max of 5 rows each at any given time that putting the whole WebTab in the update panel fixed the time issues I was having.
Thank you. Did you have any code samples to post?