Has anyone ever seen this? If so, how did you get it resolved? I cannot find an answer anywhere and I am completely new to ASP.NET.
Compiler Error Message: CS1739: The best overload for '.ctor' does not have a parameter named 'Source'
Source Error:
Line 2: var db = Database.Open("WebPagesMusic");
Line 3: var selectedData = db.Query ("SELECT * from Songs");
Line 4: var grid = new WebGrid(Source: selectedData);
Line 5: }
Line 6:
Go to the complete details ...