Andrew,
Nice program! I'm not much of a programmer, but even I can use your code.
I do have a question though... is it possible to create a hybrid View from two existing Views? I am trying to create several related search forms clustered in a relatively tight space, and need something that has the qualities of both the Inline view and the Grid view. Basically, there are a couple of spots where I'd like to line up two textboxes horizontally with a button immediately following it, but I'd like to have the labels for the textboxes to appear left-justified just above each textbox, instead of to the right side. I can get the labels to line up the way I want them to in the Grid View, but then the "Search" button ends up down a line and to the right.
I poked around in the code but it looked too daunting to even comprehend, forget meddling with it. Perhaps there is a way to solve the problem through manipulating the built-in CSS? If so, I'm not sure what the best way to go about it is, but I figure if anyone knows how best to tweek the program it would be you.
I look forward to hearing back from you,
Jonathan