TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
JOHN JOHNNNY
NA
190
140.1k
DatePicker with texts files
Feb 9 2015 8:11 AM
Hi
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
<toolkit:datepicker x:name="pickerdt" margin="0,10,0,0" header="Select date" verticalalignment="Top" valuechanged="pickerdt_ValueChanged" xmlns:x="#unknown" xmlns:toolkit="#unknown" />
xaml.cs
private void pickerdt_ValueChanged(object sender, DateTimeValueChangedEventArgs e) { var dayvalue = pickerdt.Value.Value.Day; }
Kindly help
Reply
Answers (
0
)
how to validate a correct email
How to edit from the datagridview and save new changes