I have this code (nested inside a form post) but am continually getting the error that it\'s missing the closing }
@for(int i=0;i< itemsCount
try:
@for (int i = 0; i < itemsCount; i++) { }
Note the changes / notes in prashanth's another as well.