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
sdnaffi
NA
12
0
Date Formatting
Feb 17 2005 7:22 AM
Hey I tried this, private void ReceiptDateFormat(object sender, ConvertEventArgs c) { try { DateTime dt = (DateTime)c.Value; c.Value = dt.ToString("dd/MM/yyyy"); } catch(Exception ex) { MessageBox.Show("Error #: " + ", " + ex.Message,Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Error); } } This gives an error saying InvalidCastingException Solve this pls
Reply
Answers (
5
)
SQL Connection String
Reserved Word of & in Oracle SQL Statement