Rank: Advanced Member Groups: Member
Joined: 8/22/2009 Posts: 30
|
I have put two DatePicker controls to choose date From-To and CompareValidator to check LessThanEqual. Now, controls were in UpdatePanel and they worked fine, but when I have wrapped them in a Panel inside same UpdatePanel CompareValidator is giving me error when DatePicker controls are empty. I have checked values of DatePickers selected dates when they are empty and they are both {1.1.0001 0:00:00}.
What can the problem be? This problem doesnt happens when controls are not wrapped inside Panel.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can try with our CallbackPanel and see if it works. If it still does not work, please provide a test page that reproduces the problem and we will be happy to take a look.
Thanks!
|