I am using date picker in my app for users to navigate back and forth to any content of the day they missed for them to catch up on it I have 365 text files in my folder for each day. The challenge am having is how to bind each 365 text files to each day of the year Here is my code below
xaml
xaml.cs
private void pickerdt_ValueChanged(object sender, DateTimeValueChangedEventArgs e) { var dayvalue = pickerdt.Value.Value.Day; }
Kindly help
Replies
Know the answer? Post it — somebody with the same question will find it here.