I've been trying to work with the existing templates for new modules, but I'm not sure if they're actually quite what I want.
You see, we already have existing database with tables and stored procs which contain everything we need for the display and nav only modules which I'm trying to build. Basically, I want to call a stored procedure, take the results and build a table (I'd prefer NOT to use a databound grid because I can't add in the links structures I'll need for the a hrefs. Or at least, I don't know how to without rebuilding the existing stored procedures in order to directly output the links... Also, that won't allow me to be changing header rows based off of the, well, group by would probably be the closest hierarchy that comes to mind)
So, does anybody have any examples of a simple, 'read-only' module, which is being populated by a stored procedure call? I mean, basically I'm building an html table based off of a little bit of logic, one row per record, with a little bit extra happening every 10 rows or so when I detect a change in a specific column value. Datagrid binding isn't quite advanced enough (that I'm aware of anyway) because eventually this is going to be rebuild to use divs so I can skin it with a css.
Thanks for any and all assistance. I'm trying to get my template\prototype working by the end of the day so I can get about 20 of them finished by monday morning.
Brian