Dynamically adding a stylesheet to page
There are many situations when you may want to dynamically add a stylesheet to a page. One use case is when a control is being dynamically loaded and...
There are many situations when you may want to dynamically add a stylesheet to a page. One use case is when a control is being dynamically loaded and...
Multi-column CSS layouts are always challenging thanks to the many browser quirks and variations in adherence to standards. Most designers who venture into this territory inevitably spend hours...
A new research study by Optaros, Inc. highlights a growing increase in the adoption rate of Open Source at corporations. Read the story here.
The DotNetNuke Newsletter goes out to over 150,000 email addresses each month. For any given edition, we get a few thousand “out of office” responses, a few hundred...
Frequently, you will have a situation where you store the string representation of an enumerated value in a file or database, and when it is retrieved you have...
Discovered something quite by accident today. If you use an embedded file in a VS.Net project and have the filename in the format [basename].[locale].[extension] (example: MyInfo.en-US.xml), VS.Net automatically...