I'm finding a huge difference in speed between clicking on a tab or selecting the tab in code behind using:
Is there a reason for this?
If I click on the tab directly it is pretty much instant to select the tab and view the pageview but if I use a next button with the above code it takes about 10-15 seconds to load, what is the difference?
Thanks,
Paula
RadTabStrip1.Tabs(1).Enabled = True
RadTabStrip1.Tabs(1).Selected = True
mvPost.SelectedIndex = 1
Is there a reason for this?
If I click on the tab directly it is pretty much instant to select the tab and view the pageview but if I use a next button with the above code it takes about 10-15 seconds to load, what is the difference?
Thanks,
Paula