Andrew Stevenson's WebLog

Write Here Write Now

Syndication

.Net Languages

ADO.Net

Asp.Net (Misc.)

Asp.Net Controls

Bad Patterns

Err What?

Files and Folders

Forums

IE Add-Ins

Methods for the Madness

Performance

See Clearer, C#

Test Driven

Browse by Tags

All Tags » DesignTime (RSS)
Sorry, but there are no more tags available to filter with.
How to access the Web.Config and ProjectProperties at Design Time
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...

Posted Wednesday, September 08, 2004 8:29 PM by AndrewSeven | 1 comment(s)

Filed under:

IExtenderProvider & Asp.Net
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...

Posted Friday, June 25, 2004 12:26 PM by AndrewSeven | 2 comment(s)

Filed under:

Adding Design-Time Support to ASP.NET Controls (by G. Andrew Duthie)
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

Posted Thursday, June 03, 2004 9:39 AM by AndrewSeven | 1 comment(s)

Filed under:

More Posts