i've been trying to convert Matt Berseth's article on Building an Address Book in ASP.net 3.5 and i've hit a wall. The following code give me a type expected error at the first select new. anyone know what silly mistake i'm making. thanks in advance Code Snippet Dim xml = XDocument.Load(Server.MapPath( "app_data\employees.xml" )) Dim alphabet As Char() = { "A" , "B" , "C" , "D" , "E" , "F" , "G" , "H" , _ "I" , "J" , "K" , "L" , "M" , "N" , "O" , "P" , _ "Q" , "R" , "S" , "T" , "U" , "V" , "W" ,
Read More...