Rank: Enthusiast
Joined: 8/26/2008 Posts: 27 Location: Mumbai
|
Hi I have developed one custom control with two combo boxes(one for region and one for city).I want to pass both these values through umbracoValue.How can it be done?.One solution is to use some delimiter.Is there any other solution through which i will get separate umbraco-page-field? Thanks
|
Rank: Enthusiast
Joined: 1/7/2008 Posts: 39
|
Hi If you mean datatype custom control - so there is no posibility to set multiple values with API becuase umbraco comunicate with it using IData interface which have only one property for storing data. If datatype operates with complex data structures i m using json serialization.
|