Originally posted by ulaga
  Hi Nick,
  Actually i have 3 tabs. 1.AccountExtendedDetails 2.AccountContacts 3.AccountOpportunities.
  When the Account.aspx is browsed,AccountOpportunities tab will be selected as default. So what i did is onFormBound of AccountOpportunities tab,i wrote this codesnippet,  Sage.Platform.WebPortal.Workspaces.TabWorkspace objAccounts = new Sage.Platform.WebPortal.Workspaces.TabWorkspace();     objAccounts.ID = "TabControl";     objAccounts.OverrideActiveTab = "AccountExtendedDetails";
  It is working correctly.(i.e when page loads it goes AccountExtendedDetails tab) But my problem is when i change accounttype(picklist) in AccountDetails smartPart,this tab should be changed.
  Ulaga
    |