I have two tabs and configured usign jQuery UI.
ul class=\"tabs\" li tabone li tabtwo ul
dynamically from C# code behind I will hide
$("#tabs").tabs({active: [0,2], disabled: [3], selected: 2});
Where Selected is used for open Particular Tab or Select Particular Tab on onload.