Click here to Skip to main content
15,911,141 members

Comments by binkujsr (Top 2 by date)

binkujsr 4-Mar-12 2:04am View    
Hi SAK,

It may be i misunderstood, but my observation is correct.Please do try it from your side write this code to delete file from server. and run your page from chrom or mozilla although it works fine if you run your code in IE
binkujsr 24-Nov-11 0:45am View    
My doubt is, how can i write lambda expression for Count(Static Member of Person class)?

<%: Html.LabelFor(model => model.Count) %>
Why above code is not working?if there is any way to write expression to access the static member of class?