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
narasiman man
NA
0
117.7k
I have two fields as follows?
Jun 22 2012 7:30 AM
I have two fields as follows
Lease Effective From in datetimepicker 8/5/2010
Lease Renewal Due On in datetimepicker 7/4/2011
i want to remind the lease renewal is only three month.i want to give pop up message.
i post the above you given the answer.
Answer as follows
if (DateTime.Today <= dateTimePicker2.Value && DateTime.Today.AddMonths(3) >= dateTimePicker2.Value)
{
MessageBox("Please note that the lease is due to be renewed on " + dateTimePicker2.ToShortDateString());
}
in code part where to write the above code.please tell me
Rgds,
Narasiman P
Reply
Answers (
3
)
how to make asynchronous service call to synchronous in Windows Phone 7.1
how run multi threading on sequential commands