473,396 Members | 1,892 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

tabs

I'm creating a "portal" type web app and i want to use a "tab" appearance for
navigation. How can i create a "tab" look navigation system for my portal?
Nov 18 '05 #1
6 1235
Mike,

Funny you ask....I am working on a similar project. Follow my thread
directly below yours at

http://msdn.microsoft.com/newsgroups...&lang=en&cr=US

"Mike" wrote:
I'm creating a "portal" type web app and i want to use a "tab" appearance for
navigation. How can i create a "tab" look navigation system for my portal?

Nov 18 '05 #2
I too am writing an application with tabs. Wrote mine "by hand" - some HTML
in a user control, and pass a variable to the UC with the current tab. Bit
basic I know but it does the job :o)

"Chris Fink" wrote:
Mike,

Funny you ask....I am working on a similar project. Follow my thread
directly below yours at

http://msdn.microsoft.com/newsgroups...&lang=en&cr=US

"Mike" wrote:
I'm creating a "portal" type web app and i want to use a "tab" appearance for
navigation. How can i create a "tab" look navigation system for my portal?

Nov 18 '05 #3
One way would be to investigate a prebuilt tab control to see if it
offers the functionality you need (and if it includes source, you can
make modifications).

One place to look would be the IE WebControl gallery on asp.net:
http://www.asp.net/ControlGallery/de...=38&tabindex=2

HTH,

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 15 Oct 2004 07:03:33 -0700, "Chris Fink"
<Ch*******@discussions.microsoft.com> wrote:
Mike,

Funny you ask....I am working on a similar project. Follow my thread
directly below yours at

http://msdn.microsoft.com/newsgroups...&lang=en&cr=US

"Mike" wrote:
I'm creating a "portal" type web app and i want to use a "tab" appearance for
navigation. How can i create a "tab" look navigation system for my portal?


Nov 18 '05 #4
Not exactly tabs per se but I accomplished this by using buttons (!).

I put them all right next to each other in a user control, added a
method that changes the active tab and then used CSS to differentiate
(I basically made the button's bottom border go away and made its
background color the same as the page's and bolded the text so it looks
pretty much like a tab, even though it's just a button). The non-active
'tabs' have a totally different background and have all their borders.

It works, even though it may not be perfect.

James

Mike wrote:
I'm creating a "portal" type web app and i want to use a "tab"
appearance for navigation. How can i create a "tab" look navigation
system for my portal?


Nov 18 '05 #5
Hmm.. never gave that one a thought! Guess that's my ASP roots coming through
:)

Another way of doing the tabs might be to use the Tab control that comes
with the IEControls thingy from ASP.NET - don't know if that's the link that
Steve gave - haven't checked.
"James Thomas" wrote:
Not exactly tabs per se but I accomplished this by using buttons (!).

I put them all right next to each other in a user control, added a
method that changes the active tab and then used CSS to differentiate
(I basically made the button's bottom border go away and made its
background color the same as the page's and bolded the text so it looks
pretty much like a tab, even though it's just a button). The non-active
'tabs' have a totally different background and have all their borders.

It works, even though it may not be perfect.

James

Mike wrote:
I'm creating a "portal" type web app and i want to use a "tab"
appearance for navigation. How can i create a "tab" look navigation
system for my portal?


Nov 18 '05 #6
The only problem with the IE Tab control is that it's not cross-browser
compatible - of course, if that's not what you're striving for, then it
doesn't matter. :)

James

Dan Nash wrote:
Hmm.. never gave that one a thought! Guess that's my ASP roots coming
through :)

Another way of doing the tabs might be to use the Tab control that
comes with the IEControls thingy from ASP.NET - don't know if that's
the link that Steve gave - haven't checked.
"James Thomas" wrote:
Not exactly tabs per se but I accomplished this by using buttons
(!).

I put them all right next to each other in a user control, added a
method that changes the active tab and then used CSS to
differentiate (I basically made the button's bottom border go away
and made its background color the same as the page's and bolded the
text so it looks pretty much like a tab, even though it's just a
button). The non-active 'tabs' have a totally different background
and have all their borders.

It works, even though it may not be perfect.

James

Mike wrote:
I'm creating a "portal" type web app and i want to use a "tab"
appearance for navigation. How can i create a "tab" look
navigation system for my portal?



Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dan Jacobson | last post by:
In wdg-html-reference/html40/block/pre.html there is no mention about how ASCII tabs (^I) are to be rendered. I suppose all bets are off? Wait, my docs go thru html-tidy first, and it says...
2
by: Jim Hubbard | last post by:
I need an example of tabs usage like you might do in a tabbed browser application. I need to be able to open one or more tabs with customer data. Every tab is laid out exactly alike, only the...
1
by: Bill Gates | last post by:
Hello, I am creating oblique tabs for a webapp. It needs to be oblique tabs, and not regular tabs that you see in web browsers. Here's how it looks like: http://auriance.com/docs/interaction/ As...
135
by: Xah Lee | last post by:
Tabs versus Spaces in Source Code Xah Lee, 2006-05-13 In coding a computer program, there's often the choices of tabs or spaces for code indentation. There is a large amount of confusion about...
6
by: Stephen Edwards | last post by:
I am a novice, so bear with me. I designed a website using CSS TABS, all was fine, then I copy and pasted meta name, etc for keywords, tweaking it where necessary for keywords. I did not notice...
15
by: Tom Plunket | last post by:
The documentation for dedent says, "Remove any whitespace than can be uniformly removed from the left of every line in `text`", yet I'm finding that it's also modifying the '\t' characters, which...
35
by: Ben | last post by:
Hi, I have a python script on a unix system that runs fine. I have a python script on a windows system that runs fine. Both use tabs to indent sections of the code. I now want to run them on the...
0
by: doos | last post by:
Does anybody else find the handling of tabs by sql 2005 annoying, I've went as far to post a comment/suggestion to the Microsoft connect site, ...
5
by: wayniac | last post by:
I have a database built on 4 tabs, but inside one of those tabs I would like another group of tabs. The problem is that my second group of tabs are being displayed on ALL of the main 4 tabs and not...
7
by: Phil Reynolds | last post by:
I'm using a tab control in Access 2000, and the user requested to have buttons in the form header, instead of the built-in tabs (so that when they scroll down, they can still switch tabs). Now,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.