Rank: Newbie Groups: Member
Joined: 7/18/2007 Posts: 5
|
I have a DatePicker and an asp.net requiredfieldvalidator on a page. We it loads I get the following error message.
Control referenced by the ControlToValidate property of 'controlname' cannot be validated.
Do you have an example of how I can implement this? I do not want to use client-side validation.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Robert,
Do you happen to use an old version? The current build is 2007.1.43 and it should not do that. Our old versions did not support standard validators.
Thanks
|
Rank: Newbie Groups: Member
Joined: 7/18/2007 Posts: 5
|
That was the problem. Thanks.
|