Here is what i have done. please review and let me know what i am missing: 1. Create an asp.net website. 2. Add reference to System.Core and System.data.linq 3. Add the following code to the code behind of the default.aspx. using System.Data.Linq; string [] cities = { "London" , "Amsterdam" , "San Francisco" , "Las Vegas" , "Boston" , "Raleigh" , "Chicago" , "Charlestown" , "Helsinki" , "Nice" , "Dublin"
Read More...