Try using the FindControl method to find the tab and call its Focus method to set the focus to that control.
EG
FindControl("PartsAwaitingApprovalTab").Focus()
Simon Jones
If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to
"Mark as Answer". This will help other people find answers to their problems more quickly.