Skip to content
Loading
error - if list is zero checking in View, MVC. 
  • Abhilash J A
    @Catcher, sir
     
    error- The name 'listPartnerProjectVM' does not exist in the current context
     
     @if (listPartnerProjectVM.Count() != null)
     
    I have also tried ,
     
     @if (Model.listPartnerProjectVM.Count() != null)
     
    but failed.
     
    please help me...
  • Catcher Wong
    You need to tell us what errors you met!!