I have a page where I have text boxes to fill in information for 10 players (Name, Character, Kills, Deaths, Assists), and once I click 'Save' on that page, I want to populate a player Model for each player, and then somehow access those players in the Postback action where I will be inserting that data into my database. How can I do this?I know I could name the text boxes:
- Player1, Character1, Kills1...
- Player2, Character2, Kills2...
- etc...