Visual Studio Code – C# ASP.NET MVC view: problem with retaining model, variable, or ViewBag data when View calls Action repeatedly
I have a model for a batter average web app. After entering the player's name and how many games in a series to average, I wish to collect hits and atbats for each game. There is a class called Game…