I am building a game with asp, sql, c#, and XML. I have an xml document that holds all the characters and their numbers (which is used to display their pictures).
I am pulling the information and displaying it using a DataList. Currently it pulls and displays all the characters in my xml. I desire for it only to pull a certain amount of characters (generated randomly) and display those for the duration of the game. Then the next game a different set of characters will be randomly chosen and played with.
Not sure if it's important to note. The game is a two player turn based game. The set of characters displayed needs to be the same for both players.