Looking at Lists
I'm doing a review of my in-house framework. As part of that I plan to do a number of posts looking at common functionality required by web applications (lists, views, forms, imports, exports, reports, etc.) and generalized, configurable approaches to solving the problems. In this post I'm looking at how to handle the getting and displaying of a list.





One fear that I have is how long html is going to be a viable method of programming. HTML will of course be with us for the next 2 millenia, but with so much press about RIA, should we still be discussing URL and FORM variables?