Код: Выделить всё
int total = Convert.ToInt32(form["REC-tr-total"]);
int value = 0;
string insValOutput = "";
if (total > 0)
{
for (int i = 1; i
Подробнее здесь: [url]https://stackoverflow.com/questions/79230774/why-is-my-c-sharp-loop-in-mvc-5-actionresult-throwing-this-error-message[/url]