hi,
i have multiple tabs and load different user control inside each of the tab i need to set the focus inside one tab particularly after a click event to a list box.
You can set the SelectedIndex for the radTabStrip and the RadMultiPage control from code behind. Now using FindControl() method access the corresponding inner control and invoke the Focus() method to focus to that control.
Could you explain the scenario if this is not what you expect?