Have created a custom datatype (user control wrapper) which is saving a JSON string back to database.
Datatype works perfectly when applied to a content property however I'm trying to reuse it as a member property and it's not working. The value being returned to the user control is always empty.
I can see the field which should be being returned does contain the correct value prior to saving so at a bit of a loss as to why it doesn't make it through to the code behind?
Custom datatype on member not saving value
Hi guys,
Have created a custom datatype (user control wrapper) which is saving a JSON string back to database.
Datatype works perfectly when applied to a content property however I'm trying to reuse it as a member property and it's not working. The value being returned to the user control is always empty.
I can see the field which should be being returned does contain the correct value prior to saving so at a bit of a loss as to why it doesn't make it through to the code behind?
Any help would be awesome.
Thanks, Tim
is working on a reply...