473,387 Members | 1,572 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,387 software developers and data experts.

design advice

hey all,
i need to create a web page that has plenty of tabs on it (more than 10).
what would be the best way to go about this? would it be better to have an
..aspx page for each tab or a single .aspx page?

thanks,
rodchar
Feb 28 '07 #1
5 1063
That all depends - on each of these many tabs you have, do you have what
would relate to a page or more of information?
Also - is there anything that instrinsically locks each of the tabs together
(information-wise)?

IMHO, if you have quite a bit of info for each tab, (a page or more
information), I would create separate pages, with a menu for each of them

Still - it all depends on the content and size of the data....I, myself
would really need more information on your situation to make a really valid
decision.

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:03**********************************@microsof t.com...
hey all,
i need to create a web page that has plenty of tabs on it (more than 10).
what would be the best way to go about this? would it be better to have an
.aspx page for each tab or a single .aspx page?

thanks,
rodchar

Feb 28 '07 #2
On Feb 28, 6:36 pm, rodchar <rodc...@discussions.microsoft.comwrote:
hey all,
i need to create a web page that has plenty of tabs on it (more than 10).
what would be the best way to go about this? would it be better to have an
.aspx page for each tab or a single .aspx page?
There are no best practices, I think. This is related to developer (if
no any tech.specs.) and you have to decide it.

Do you know about MultiView Control? Maybe it can answer this
question :-)

Feb 28 '07 #3
Could you please give me a small analogy about what you mean by
information-wise?

"David Wier" wrote:
That all depends - on each of these many tabs you have, do you have what
would relate to a page or more of information?
Also - is there anything that instrinsically locks each of the tabs together
(information-wise)?

IMHO, if you have quite a bit of info for each tab, (a page or more
information), I would create separate pages, with a menu for each of them

Still - it all depends on the content and size of the data....I, myself
would really need more information on your situation to make a really valid
decision.

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:03**********************************@microsof t.com...
hey all,
i need to create a web page that has plenty of tabs on it (more than 10).
what would be the best way to go about this? would it be better to have an
.aspx page for each tab or a single .aspx page?

thanks,
rodchar


Feb 28 '07 #4
It all depends on how much the pages have in common with one another. The
tabs are essentially unimportant. It is the links which the tabs represent
that are important. Each tab links to a page. If the pages have a great deal
in common with one another in terms of layout and functionality, you might
want to consider consolidating them into a single page that handles requests
differently according to QueryString and Form values sent. Otherwise, you
may be loading too much unused code into a single page, which would impact
performance.

--
HTH,

Kevin Spencer
Microsoft MVP

Help test our new betas,
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:03**********************************@microsof t.com...
hey all,
i need to create a web page that has plenty of tabs on it (more than 10).
what would be the best way to go about this? would it be better to have an
.aspx page for each tab or a single .aspx page?

thanks,
rodchar

Mar 1 '07 #5
Thanks everyone for the generous replies I appreciate it a lot.
Rod.

"Kevin Spencer" wrote:
It all depends on how much the pages have in common with one another. The
tabs are essentially unimportant. It is the links which the tabs represent
that are important. Each tab links to a page. If the pages have a great deal
in common with one another in terms of layout and functionality, you might
want to consider consolidating them into a single page that handles requests
differently according to QueryString and Form values sent. Otherwise, you
may be loading too much unused code into a single page, which would impact
performance.

--
HTH,

Kevin Spencer
Microsoft MVP

Help test our new betas,
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:03**********************************@microsof t.com...
hey all,
i need to create a web page that has plenty of tabs on it (more than 10).
what would be the best way to go about this? would it be better to have an
.aspx page for each tab or a single .aspx page?

thanks,
rodchar


Mar 1 '07 #6

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

Similar topics

5
by: Nick Malik | last post by:
reposting to a wider audience "Nick Malik" <nickmalik@hotmail.nospam.com> wrote in message news:WYONc.203854$XM6.119642@attbi_s53... > My turn to ask a question > > I am working on a plug-in...
4
by: Ian Giblin | last post by:
I am an experienced C programmer, learning C++ by writinging a mathematical toolkit in the framework of a script interpreter. I am posting here to ask for advice (or references) on the object...
3
by: fernandez.dan | last post by:
I'm still learning how to use Object Oriented concepts. I'm have a basic question dealing with design. I have two classes that deal with I/O pertaining to network and usb that inherit from an...
3
by: Sorin Dolha | last post by:
Hello, We intend to create an ASP.NET-based Web application (hosted on Internet Information Services, or IIS) and one feature of the application needs to allow the end user to upload photos to...
4
by: Nick Malik | last post by:
My turn to ask a question I am working on a plug-in for Sharepoint that will allow a developer to add workflow rules. One of the rules will inform the adapter that it should load a DLL that the...
22
by: Krivenok Dmitry | last post by:
Hello All! I am trying to implement my own Design Patterns Library. I have read the following documentation about Observer Pattern: 1) Design Patterns by GoF Classic description of Observer....
4
by: Jerry | last post by:
Hello! I'm creating an application where users can enter their hours worked on certain projects and have them saved to a database. Right now there are about 60 different projects and that number...
23
by: JoeC | last post by:
I am a self taught programmer and I have figured out most syntax but desigining my programs is a challenge. I realize that there are many ways to design a program but what are some good rules to...
20
by: Brad Pears | last post by:
I am completely new to vb .net. I am using visual Studio 2005 to redo an Access 2000 application into a .net OO application using SQL Server 2000 - so a complete rewrite and re-thinking of how...
23
by: JohnH | last post by:
I'm just recently come to work for an auto brokerage firm. My position involves performing mysterious rites, rituals and magick in order to get information out of their access database. This is...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.