Click to See Complete Forum and Search --> : Tabs/Menus in ASP .net


fongjeffrey
April 23rd, 2003, 01:54 PM
Hi there,
I would like to create colorful tab menu in my aspx page, but I couldn't find any control that has this feature. Does anyone know how to create a tab menu in visual studio .net IDE for ASP .net page or I have to code it?
Thank you very much for your help and I am really appreciated!

DSJ
April 23rd, 2003, 02:06 PM
Can you post a site address that has something similar to what you want?

fongjeffrey
April 23rd, 2003, 11:54 PM
I wanna have the tabs like those in www.iprint.com

Thank you for your help

DSJ
April 24th, 2003, 08:10 AM
OK, the thing is not to think of the "Tab Control" as you would in a Windows Forms application, it's not a control you drop on the aspx page. The "Buttons" that let you "change tabs" are graphics that have click events that direct the browser to another page. So the trick is to come up with graphics or buttons that look like the tabs and then re-direct to pages when they are clicked. Does this help?

fongjeffrey
April 24th, 2003, 12:44 PM
Thanks a lot!! It does help! I used to use this trick to create tabs but I was thinking that ASP .net might provide a tool to do what I want. Now you clear this question!!!
Thank you so much!