Hello,
Have you tried setting the
RadMultiPage1's SelectedIndex value to the RadTabStrip SelectedIndex in the TabClick event?
In the "TabClick" event access the corresponding MultiPage from code behind and set the SelectedIndex accrodingly.
Regards,
Princy.