Posted on Tue 27 October 2009
An explanation of how to avoid the 'A value is required message' with ASP.NET MVC 2 preview 2 and LINQ to SQL
Avoiding the message 'A value is required.' with ASP.NET MVC 2 >
Posted on Sat 14 March 2009
Here is a quick, basic sample to show how to loop through a list of items in a ListBox using LINQ.
How to loop through listbox items with LINQ in ASP.NET C# >
Posted on Fri 6 March 2009
This example shows how to use LINQ to iterate over items in a listview to find all those that contain a checkbox that has been selected
ASP.NET C#: Using LINQ with a List View, and the DataKeyNames property >