Does anyone know how to get the imageurl that are writen in RichImageField without runing the render method? I have this: namespace test.SharePoint.WebControls { public class MyCustomCalendar : RichImageField { public override void RenderControl(HtmlTextWriter writer) { System.IO.StringWriter str = new...