Browse by Tags
All Tags »
DesignTime (
RSS)
Sorry, but there are no more tags available to filter with.
You can use this in a design time context, where you have an ISite or annother ServiceProvider. I use a version with more properties in my designers. DesignTimeConfig config = new DesignTimeConfig( this .Site); Then use config.WebConfig to manipulate...
I've implemented a simple extender following the example here. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemcomponentmodelprovidepropertyattributeclasstopic.asp I've used a string property instead of the CultureInfo...
I keep having to search for this so I am adding it here Adding Design-Time Support to ASP.NET Controls G. Andrew Duthie http://msdn.microsoft.com/library/en-us/dnaspp/html/ASPNet-AddDesignTimeSupport.asp
More Posts