Hi
I just start to use ASP.net, I have a silly question, how to add a tab into the web form. I know that in VB6, I can add tab into the window form. Thanks in advance.
Claire
Printable View
Hi
I just start to use ASP.net, I have a silly question, how to add a tab into the web form. I know that in VB6, I can add tab into the window form. Thanks in advance.
Claire
I dont think the WinForms TabString control is available in ASP.Net. You wil just have to create it yourself using HTML or WebUserControl. Try searching google you should be able to find many controls written by other people.Quote:
Originally posted by clairexh
Hi
I just start to use ASP.net, I have a silly question, how to add a tab into the web form. I know that in VB6, I can add tab into the window form. Thanks in advance.
Claire
Thanks a lot. I will try google then.