Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have created a custom datatype, that renders a droprown list and allows to select a value from that list. Database datatype is Ntext. In document XML it stores data in a way:
<data alias="datatypeName"><![CDATA[SomeValue]]></data>
But after I deploy pages to another server using Courier, I get only this:
<data alias="datatypeName"><![CDATA[]]></data>
Any suggestions how to fix this?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Courier and custom datatype
Hi,
I have created a custom datatype, that renders a droprown list and allows to select a value from that list. Database datatype is Ntext. In document XML it stores data in a way:
<data alias="datatypeName"><![CDATA[SomeValue]]></data>
But after I deploy pages to another server using Courier, I get only this:
<data alias="datatypeName"><![CDATA[]]></data>
Any suggestions how to fix this?
is working on a reply...