| Sign In/My Account | View Cart |
| Article: |
Writing ASP.NET Web Forms with C# | |
| Subject: | Problem with TabControl in ASP .NET Web Forms | |
| Date: | 2008-01-08 09:08:51 | |
| From: | kamalika_Datta | |
|
Response to: Problem with TabControl in ASP .NET Web Forms
|
||
|
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. |
||