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 in the property builder in VS 2008 but work as expected in VS2005. Here is what most of you are probably thinking “Strange, if you are only iterating over the controls collection why is there any difference? “ I was thinking the same. I sat with the trusty debugger ...