Women in Technology

Hear us Roar



Article:
  Writing ASP.NET Web Forms with C#
Subject:   Problem with TabControl in ASP .NET Web Forms
Date:   2003-08-11 07:35:39
From:   anonymous2
Response to: problem with asp.net / visual studio

Hi, Why is TabControl not supported in Web Forms. Which TabControl do I use in my web forms I and how do I get it?.


Could anyone please help me with this problem and some examples on how to implement it.


Dave

Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • Problem with TabControl in ASP .NET Web Forms
    2008-01-08 09:08:51  kamalika_Datta [View]

    The extent I know about programming,TabControl can be used in web Forms.I am working in Asp.net so I can give you the answer according to Asp.net.You set the TabControl of the controls in your web forms under properties.Now there can be two things if you are using html control and server control simultaneously in that form then you have to carefully set the tabcontrols.Like you have taken one server control and one html control then by default both of the Tabcontrol will be 1.Now you have to serialize this according to your requirement.
    Try it out see it works or not.
  • Problem with TabControl in ASP .NET Web Forms
    2003-08-18 11:28:22  davesteven [View]



    Article:
    Writing ASP.NET Web Forms with C#
    Subject: Problem with TabControl in ASP .NET Web Forms
    Date: 2003-08-11 07:35:39
    From: anonymous
    Response to: problem with asp.net / visual studio


    --------------------------------------------------------------------------------

    Hi, Why is TabControl not supported in Web Forms. Which TabControl do I use in my web forms I and how do I get it?.
    Could anyone please help me with this problem and some examples on how to implement it.

    Dave