HTML Table? simple thing that work - No Fluff Just Stuff

HTML Table? simple thing that work

Posted by: Venkat Subramaniam on January 10, 2006

When I teach web development course, I emphasize the use of tables and show examples of how using
simple table makes life easier to do some nifty things, especially in ASP.NET. For instance, instead
of writing separate pages, I can have different parts of a page visible or invisible by manipulating rows of
table, and in postback I can control what to display.

ASP.NET allows you to set runat="server" for pure tables and assign ids for row. This helps to work with rows
on server side.

The problem with a table is it's not new, and it's not cool. However, it works. This goes well along one
of the principles of agile development?to find simple solutions that actually work.

Sometimes I wondered if developers appreciate that emphasis or think I am crazy using tables. I have to
wonder no more. I am convinced after reading Dion.

Venkat Subramaniam

About Venkat Subramaniam

Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, and an instructional professor at the University of Houston.

He has trained and mentored thousands of software developers in the US, Canada, Europe, and Asia, and is a regularly-invited speaker at several international conferences. Venkat helps his clients effectively apply and succeed with sustainable agile practices on their software projects.

Venkat is a (co)author of multiple technical books, including the 2007 Jolt Productivity award winning book Practices of an Agile Developer. You can find a list of his books at agiledeveloper.com. You can reach him by email at venkats@agiledeveloper.com or on twitter at @venkat_s.

Why Attend the NFJS Tour?

  • » Cutting-Edge Technologies
  • » Agile Practices
  • » Peer Exchange

Current Topics:

  • Languages on the JVM: Scala, Groovy, Clojure
  • Enterprise Java
  • Core Java, Java 8
  • Agility
  • Testing: Geb, Spock, Easyb
  • REST
  • NoSQL: MongoDB, Cassandra
  • Hadoop
  • Spring 4
  • Cloud
  • Automation Tools: Gradle, Git, Jenkins, Sonar
  • HTML5, CSS3, AngularJS, jQuery, Usability
  • Mobile Apps - iPhone and Android
  • More...
Learn More »