Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - table or table-less

 
Thread Tools Search this Thread
Old 11-02-2009, 02:33 AM   #1
Default table or table-less


This is a general inquiry from a discussion that some people were having last
week. They were discussing whether to use tables in webapp design or go
tableless. Everyone was using VS2008 (at least they agreed on something). I
thought this topic would be a good idea to toss out to this newsgroup to see
what others do (or use or not use) in designing your webapps. Plus it gets
you away from the usual discussion topics and allows you to express your
opinions and thoughts.
Thanks.


JohnE
  Reply With Quote
Old 11-02-2009, 04:06 AM   #2
Jonathan Wood
 
Posts: n/a
Default Re: table or table-less
"JohnE" <> wrote:

> This is a general inquiry from a discussion that some people were having
> last
> week. They were discussing whether to use tables in webapp design or go
> tableless. Everyone was using VS2008 (at least they agreed on something).
> I
> thought this topic would be a good idea to toss out to this newsgroup to
> see
> what others do (or use or not use) in designing your webapps. Plus it
> gets
> you away from the usual discussion topics and allows you to express your
> opinions and thoughts.


To be sure, the answer to this seems somewhat based on what is currently in
vogue and I see nothing inherently wrong with using tables for layout.

That said, I do think there are some advantages to using CSS instead of
tables for overall page layout. Some of these advantages related to the
degree with which you can control each layout element, and the ability this
gives you to create completely different layouts using the exact same HTML.

So, yes, if it's a table then use an HTML table. But if you are laying out a
page design, I'd use CSS.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com




Jonathan Wood
  Reply With Quote
Old 11-02-2009, 08:39 AM   #3
Alexey Smirnov
 
Posts: n/a
Default Re: table or table-less
On Nov 2, 3:33*am, JohnE <Jo...@discussions.microsoft.com> wrote:
> This is a general inquiry from a discussion that some people were having last
> week. *They were discussing whether to use tables in webapp design or go
> tableless. *Everyone was using VS2008 (at least they agreed on something). *I
> thought this topic would be a good idea to toss out to this newsgroup to see
> what others do (or use or not use) in designing your webapps. *Plus it gets
> you away from the usual discussion topics and allows you to express your
> opinions and thoughts.
> Thanks.


If your application is using ASP.NET controls such as GridView, etc. -
they generate tables.


Alexey Smirnov
  Reply With Quote
Old 11-02-2009, 01:37 PM   #4
Patrice
 
Posts: n/a
Default Re: table or table-less
Hi,

> They were discussing whether to use tables in webapp design or go
> tableless.


This is not an exclusive option. A trend we saw lately is CSS based design
as tables were sometimes used for achieving complex layouts where CSS would
have been more flexible. It doesn't meant that you should never use tables.
So in short :
- if you have tabular data, do use tables
- this is if you use a table to obtain a particular layout that you can see
if an alternate CSS design would be better...

My personal preference is :
- to stick to table for simple layouts
- and sometimes use CSS for more complex layout (IMO simple layouts are
easier to obtain with tables than with CSS and CSS still have some
shortcomings in corner case edges). For exemple a design such as
http://www.airyproductions.com/eaglehue.htm is good but how to prevent it
from going wild when the windows is narrowed as much as you can ? A table
will just stop its horizontal compression at some point.

--
Patrice





Patrice
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Having isues installing 2007 pia junejune Computer Support 3 05-31-2007 05:43 AM
Restricting Duplicates in an Access Database Table John Computer Information 4 07-09-2006 05:31 PM
An interesting concept - Somebody's watching you johnyreb Computer Support 1 03-06-2005 02:42 PM
MS Word (text to table) HELP needed Murgi Computer Support 0 02-16-2004 11:52 AM
MS Excel - How can I summarize a table? Will Pivot Table Reports do this for me? hugh jass Computer Support 3 09-11-2003 12:02 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46