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
ta mu
NA
201
81.8k
date n time picker value from database
Sep 8 2013 6:38 AM
i have a date n time pickr on form i want it take its value from database, rd is data reader eg
up.textBox15.Text = rd["No_of_installments"].ToStr
ing(); this line is ok
up.dateTimePicker1.Value = DateTime( rd["date"]); error
'System.DateTime' is a 'type' but is used like a 'variable.
here i try to cast it. whats correct method
Reply
Answers (
3
)
selected row index
datatable does not have any data