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
To Be
NA
10
2.5k
Error when retrieving Date type
Mar 3 2016 6:40 AM
Hi ,
I have one application return Customer details .
I can view all customers details except one customer it will gives me always this error "there is no row at position 0"
code :
txtOrderDate.Text = System.DBNull.Value.ToString
txtOrderDate.Text = Convert.ToDateTime(MyDs.Tables("OO").Rows(0)("
OrderDate
")).ToString("dd / MM / yyyy") .
I checked all Orderdate in the Database it's all same format but i don't know why it's
happening
for this customer only
!!!
Reply
Answers (
1
)
how to learn mvc4??
Wanted to create a dynamic table with 4 columns in a row