Tak for svar longhanks.
Jeg har også fået svar i mellemtiden fra .net fora:
http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=280555Hossi foreslår:
Do it in code-behind. Actually, if you want to keep with the OOP spirit of CSK and remain consistent, you should create a class that parses the footer information and exposes each field as a property.
There are a lotta of helper classes in CSK that do precisely this sort of work. Usually 'utlilty' classes retrieve the data fr. db or cache, and pass the info into an 'info' object as datarow which then hyderates its various properties. Check the engine folder and study some of the classes and how they interact with the db.
Kender du en hurtig løsning?
Elers må jeg nok bare tage mig sammen og få det code behind lært ordentligt.