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
yashvant k
NA
29
0
string-was-not-recognized-as-a-valid-datetime error.
Jun 25 2010 9:16 AM
hi friends,
i am getting string-was-not-recognized-as-a-valid-datetime error.
IFormatProvider format = new CultureInfo("en-US");
string temp =tbxFrom.Text; // dd/MM/yyyy
DateTime nonIsd = DateTime.Parse(temp, format, DateTimeStyles.None);
locally this code work fine, but in live it shows me error.
Any idea please why its happen so.
Regards,
yash
Reply
Answers (
2
)
Redirection web page using Asyncnization
problem in connecting to oracle data in C# in windows 7