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
Mayank Jani
NA
477
76.7k
How to find 1st, 2nd or 5th character from a string?
Jan 26 2018 8:22 AM
Hi Members,
Greetings of the day...
In my project of C# WinApp, there is a holiday planner that defines week-end and sets date accordingly. to do so, there are 7 CheckBoxes show days i.e. Sunday, Monday, Tuesday etc.
I save the details in Access database, in a single column as YNNNNNN. first Y if Sunday is checked else N and so on. now I don't know how to fetch the details.
I want the CheckBoxes get checked as per the YNNNNNN means only the CheckBox of Sunday will be checked. if the sequence is YNNYNNN then CheckBoxes of Sunday and Wednesday is checked and not others.
I am trying to get the data as dataset then something like if 1st letter is Y then check, if 2nd letter is N then uncheck.
How to do this?
Thank You.
Mayank Jani.
Reply
Answers (
2
)
Pure Abstract class vs interface
Convert vs2008 to vs2017