Finally, a SelectedItems Option (yaaay)

The .NET framework does not include a way to get the selected items from a CheckBoxList, ListBox, DropDownList, or RadioButtonList, without iterating the Items collection. This post provides an extension method for retrieving the selected items from any ListControl.. [More]
Bookmark and Share

Windows Live Writer And BlogEngine.Net

BlogEngine.Net can be administered using Windows Live Writer. [More]
Bookmark and Share

Posting data with C#

Here's a quick example for using C# to send a POST request.. [More]
Bookmark and Share