HI,
I am trying to write in my aspx file to enable to button if Item.PACKAGE_REVIEWS.COUNT > 0 and if the count of (Item.WORKFLOW_STATUS == 0) is greater than 0. How can I write the Item.WORKFLOW_STATUS to count if it is greater than 0 in LINQ? I am writing
this in my aspx file. Thanks.
=<%Go to the complete details ...