I\'m using C# and asp.net to query a web service.
The user will enter the number of guests and then I need to add that number of guests to the web service call. Creati
List guests = new List(); for(int i=0; i