- Posted by ian suttle on May 14, 2008
- Filed under .NET 3.5 | .Net Framework | ASP.Net
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]
- Posted by ian suttle on May 7, 2008
- Filed under BlogEngine.Net
BlogEngine.Net can be administered using Windows Live Writer.
[More]
- Posted by Ian Suttle on May 3, 2008
- Filed under .Net Framework
Here's a quick example for using C# to send a POST request..
[More]