Hi ! I am novice to ASP.NET, and learning ASP.NET using VB.NET having version 2003. I am willing to show tabcontrol on my Webform, but I have observed that there is no tabcontrol introduced in ASP.NET (VB.NET 2003). I want to show tab control on web form. I would be very thankful if anyone can sort out this problem. Thanks, Prodigy P.S. :- I am doing coding in ASP.NET using VB.NET only not any other like c#, C++ etc.
Are you perhaps looking for MultiView / GridView?
Standard components available in .NET are the same, regardless of your language of choice.