Hello all,
In our project I am using the TabStrip and Multipage functionality. It's been applied in conventional manner, where all the tabs (Multipage with IFrames) are getting loaded at once when the main page is loaded.
But, with increasing data, the main page (on which this Tabstrip is applied) is taking way too long to load all the Frames of the Tab.
I have 10 Tabs which contains different aspx screen and it takes between 4 - 5 minutes to load all the 10 aspx pages.
I have been searching for two days on internet and found no solution.
Can anybody please help me how i can load the aspx pages only when a particular Tab of the TabStrip is clicked. (Please don't tell me use the SelectionIdexChanged event - as i don't want a postback).
If there is a way to do it asynchronously, that idea is also welcome.
Hoping for a positive reply soon.
Thanks,
Shikha