Browse by Tags

AJAX Control Toolkit New Release and Orcas
Saturday, March 03, 2007 10:07 PM
A new release of the AJAX Control toolkit has just hit the airwaves. It contains a bunch of fixes in there, as well as some new controls, specifically the ListSearch and Slideshow controls. In addition, all release bits now use compressed javascript files stripped of xml comments and safe whitespace The toolkit is now up to Version 1.0.10301.0 and its one of... Read More...
Reflecting over the Page from an ASP.NET Server control at design time and some debugging pain
Tuesday, July 18, 2006 1:50 PM
I am working on an ASP.NET server control, and one of the properties of that control will typically contain a name of a boolean property that the Page exposes. At runtime this boolean property is called/examined and some action is taken as a result, however at design time, I wanted my ASP.NET control to be able to reflect over the page it is hosted on, and present... Read More...
Updating Component properties in the designer
Sunday, July 16, 2006 11:17 PM
I have been working on a set of custom ASP.NET controls that offer specific design time experience for a client. Part of that is to make some existing controls very designer friendly. Apart from some custom rendering, I have been adding SmartTag support to the control to enhance the design time experience. For those unaware, a good example of a SmartTag (or ActionList... Read More...
More Posts