access array method

  1. P

    How do I call a method contaning an array and display it on a web page

    I have this method RaceDaySimple[] raceDay that I'm trying to call: public partial class RaceDayCalendarSimple : object, System.ComponentModel.INotifyPropertyChanged { private RaceDaySimple[] raceDayField; private AtgDateTime timestampField...
Back
Top Bottom