Payal,
Windows Forms and Web Forms are two different animals. As such, the controls they use are different because they target different environments. The Windows Forms TabControl is great but you couldn't use it in a Web Forms application.
The link below discusses a technique you could use to add Tab capabilities to your web apps. If the link below doesn't help you, just do a google search on TabControl + Web and you'll find tons of resources to accomplish what you want.
I was able to create the control using TabStrip web control. Since I will be extensively using C# and database interaction, I hope that I can play with TabStrip control using both of above.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.