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
Sujit Sahoo
NA
346
37.5k
how to set holidays in calendar control from xml file
Mar 26 2019 5:06 AM
I have an XML file containing some holiday list.
<?xml version="1.0" encoding="utf-8" ?>
<Holidays>
<Holiday>
<Date>01/01/2019</Date>
<Occasion>New Year Day</Occasion>
</Holiday>
<Holiday>
<Date>02/26/2019</Date>
<Occasion>Republic Day</Occasion>
</Holiday>
<Holiday>
<Date>08/15/2019</Date>
<Occasion>IndependenceDay</Occasion>
</Holiday>
</Holidays>
I have a Calendar control, so I want to display the holiday date and occasion in my calendar control.
How to do this?
Any suggestion.
Thank You.
Reply
Answers (
9
)
c# ms-word table: how to merge a full column and keep content on every page?
Database connectivity in ASP.net