Hi,
Recently I started using the AJAX control toolkit Tabs.
I do a postback when the tab is clicked, the problem is it shows the panel first and then refresh the screen later. It looks like that the screen is refreshed twice.
Initially my panel will be without the data and when the postback happens then it would get the information into the panel.
Is there anyway to avoid showing the panel until the postback happens?
Thanks in advance.