With Best Regards
Natarajan R (UI Designer)
KAPSYSTEM (www.kapsystem.com)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Zoran HorvatPosted Jul 21, 2011, 9:24 AM
It is HTML page layout which is based on table, but inside one cell there is div containing source code. Then source code can be switched from C# to VB.NET by simple div manipulation. However, overall layout of the page is tabulated which allowed quick and simple layout design.
Zoran
Benjamin KemnerPosted Jul 21, 2011, 9:23 AM
Divs a more flexible.
Zoran HorvatPosted Jul 21, 2011, 9:21 AM
However, tables offer the layout with minimum of effort compared to div. When you really need tabulated layout, then use table - it's quick and simple. When you need more layout options and there is a prospect to actually use those options in the future - then use div.
Do not get involved in div vs. table fight which is raging over the Internet. It is mostly fueled by people who have religious ideas regarding div and table, like one is extremely good and the other is junk and vice versa. Try to understand both concepts and then to recognize which one is better in every particular case.
Zoran
Sandeep ShekhawatPosted Jul 21, 2011, 9:15 AM