IEnumerable doesn't have Count:


To resolve this server side error you just add the following namespaces,

 using System.Linq;
 
at the top of your source and make sure you've got a reference to the System.Core assembly.

0 comments

Related Posts Plugin for WordPress, Blogger...