06-16-06 06:24 PM
Stefan,
This is what I do:
CType(objPlaceHolder, XmlPlaceholder).XmlAsString = "<root><value>"
& strValue & "</value></root>"
This works for a textbox custom placeholder , a calendar placeholder but not
for a checkbox placeholder !! The strValue = _chkBox.checked.tostring.
If I comment this line out, then the preview page shows no error.
Why would the check box be any different?
Thanks,
--
anabhra
"Stefan [MSFT]" wrote:
> Hi Anabhra,
>
> it sounds that the code in your custom placeholder control is not correct.
> Either you are updating not only in the SavePlaceholderContent method or
> your code in the SavePlaceholderContent method behaves badly.
>
> Without more details about the code I cannot comment on the possible reaso
n.
> I would suggest to debug the custom placeholder control and the post the
> lines of code that cause the problem.
>
> 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[/url...nyurl.com/8ugwj
> ----------------------
>
>
> "anabhra" <sonia@rotaryintl.org> wrote in message
> news:3C911B83-3F57-4A2C-A687-6DE1CC9BE749@microsoft.com...
>
>
>
[ Post a follow-up to this message ]
|