hello,
i have a textbox and a date time picker besides it.
when i select one date in datepicker control,that dat will be displayed in the textbox. for that i used the code
TEXTBOX1.TEXT=DATETIMEPICKER1.TEXT
and i one more textbox and a date time picker besides it.
when i select date in datepicker control,that dat will be displayed in the
textbox2.
for that i used the code
TEXTBOX2.TEXT=DATETIMEPICKER2.TEXT
NOW, I WANT TO CHECK THAT THE DATE ENTERED IN THE SECOND TEXTBOX2 IS ALWAYS GREATE THAN THE DATE ENTERED IN THE TEXTBOX1.
I WANT THE VALIDATION CONDITION.
THANK U
i have a textbox and a date time picker besides it.
when i select one date in datepicker control,that dat will be displayed in the textbox. for that i used the code
TEXTBOX1.TEXT=DATETIMEPICKER1.TEXT
and i one more textbox and a date time picker besides it.
when i select date in datepicker control,that dat will be displayed in the
textbox2.
for that i used the code
TEXTBOX2.TEXT=DATETIMEPICKER2.TEXT
NOW, I WANT TO CHECK THAT THE DATE ENTERED IN THE SECOND TEXTBOX2 IS ALWAYS GREATE THAN THE DATE ENTERED IN THE TEXTBOX1.
I WANT THE VALIDATION CONDITION.
THANK U