Whilst working on the CMS I needed to be able to pass back the html a control will render when the user first adds it. The control doesn’t exist on the page yet as the sections are added via javascript….Continue Reading →
Been a bit quiet round here lately but not because I’ve not been working on it 😉 I’ve been using it for a project at work and converting a lot of my stuff to be compatible with it.  It’s running…Continue Reading →
It always annoys me that Literal controls only have a text property. This means you have to do: Literal.Text += “Add me”; Whereas a StringBuilder would make much more sense when building lists etc. Heres a stupidly simple control that…Continue Reading →
I’ve now written 4 cms’ and have decided as a personal project to create a core system that can easily be adapted to many tasks. Over the past 4 cms’ I’ve used the same code a lot and created a…Continue Reading →