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
blagoje ivanovic
NA
17
0
Check the database and then edit listview
Dec 11 2008 1:14 PM
Hi!
I have database fudbalskiklub.mdf and I have a table in it:
Vesti (Messages)
in Vesti I have:
IDPoruke(Message ID)
Naslov(Subject)
Poruka(Body)
Vreme(DateTime.Now)
Procitano(was the message read or not)
I want c# to check for each row in Vesti if the message was read(1) or not (0)
and then if the value is 1 the text in listview in that line is bold if not then classic text
How can I do that?
Thanks!
Reply
Answers (
1
)
Reading Properties from an MSI
C# - Remove duplicate lines from a text file