I am calling a web service using a service reference in c# and have collected a list of date strings (collection dates) into an array list in a public class
public List DateList { get; set; }
I now want to load the dates into asp.net calendar so users can see what dates are available each month.
This should be simple but I am having trouble finding a way to do this? is it possible