Hi guys - I'm playing with the ASP.NET/IronPython integration, trying to work out how best to structure the code-behind for a user control. I want to write a control that is essentially an editor for a simple data structure - a list of items, where each item has a title and a body. The interface...