|
Home > Archive > Microsoft Content Management Server > July 2006 > Adding validation to placeholder textboxes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Adding validation to placeholder textboxes
|
|
| Andrew 2006-06-28, 1:21 pm |
| Hi guys,
I have an XML placeholder that displays a few Textboxes for the user to
use in author mode, which is then saved as xml.
I'd like some of the textboxes to be required, how do I add validation?
I've tried adding RequiredFieldValidator objects programmatically
(setting the .ControlToValidate property etc) but these don't seem to
trigger validation.
Thanks,
Andrew
| |
| Stefan [MSFT] 2006-07-05, 1:16 pm |
| Hi Andew,
we have spent a whole chapter on all the required changes to get this
working in the following book:
http://tinyurl.com/8ugwj
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Andrew" <andrewcrowe@gmail.com> wrote in message
news:1151508180.648901.40490@i40g2000cwc.googlegroups.com...
> Hi guys,
>
> I have an XML placeholder that displays a few Textboxes for the user to
> use in author mode, which is then saved as xml.
>
> I'd like some of the textboxes to be required, how do I add validation?
> I've tried adding RequiredFieldValidator objects programmatically
> (setting the .ControlToValidate property etc) but these don't seem to
> trigger validation.
>
> Thanks,
> Andrew
>
|
|
|
|
|