Hi,
I am developing a simple application in VB.
I have one DTPicker on my form.
If the value of DTPicker is not mindate of DTPicker, It should not be allow us to enter any value earlier than the exitsing value of DTPicker.
Ex:
My DTPicker value is : 1/15/2008
It should not allow any date which is earlier than 1/15/2008 (like 1/14/2008).
Is there any suggestion on this? Please help me out on this.
Thanks in advance.
Regards,
Venkat.
I am developing a simple application in VB.
I have one DTPicker on my form.
If the value of DTPicker is not mindate of DTPicker, It should not be allow us to enter any value earlier than the exitsing value of DTPicker.
Ex:
My DTPicker value is : 1/15/2008
It should not allow any date which is earlier than 1/15/2008 (like 1/14/2008).
Is there any suggestion on this? Please help me out on this.
Thanks in advance.
Regards,
Venkat.
Comment