ASP.NET - Tabcontroller in ajax - Asked By sachin s on 03-Jan-14 02:38 AM

Hi ,
I have a Tab controller in my page with 3 tabs,
I have set the following :
protected void Page_Load(object sender, EventArgs e)
      {
        if (!IsPostBack)
        {
          TabContainer1.ActiveTabIndex = 0;
        }
      }

But when i run the page, or view ion browser, I am unable to see the tab controller!!
pls help

Regards
Sachin