Release
Hi all, First of all let me introduce myself. My name is Rosen Konstantinov and I’m a developer at one of Telerik’s ASP.NET teams. A few days ago, while working on updating our Prometheus RadAjaxManager’s design-time property builder for Microsoft’s VS2008, I came across something strange. Some of you know that RadAjaxManager’s property builder lets you choose which of the control(s) on the design surface should be updated during an AJAX call. This is done by iterating over the controls collection and populating two TreeView controls. Properties Builder in VS2008 However, if placed inside the MasterPage’s ContentPlaceHolder, controls are not visible...