Hi
Looking for advice on the net but not getting very far, so I thought I would ask for some advice. I've seen it done, so know what I want to do, but looking I can work out how it was done
What I want to do, is allow users to modify the layout of an ASPX file, so that they can use it as a letter template, moving address lines, format of the page e.t.c. Now in the example that I was shown, the page inheritied a standard class, and this class had a set of generic functions, such as foreName / sureName / addressLine1 e.t.c, then when designing the ASPX file, if the user wanted addressLine1 to be displayed they would add the tag content = "addressLine1"
Any advice on how to achieve the above would be greatly appreciated, think I'm missing lots of simple stuff