I have a document type called fights, and the document type has a property called fightType, fightType is a custom datatype i created in the developers section, it is a dropdown with some values already in it, that are, Home, Away, Both. As in a football match, how do i display this dropdownList with the values inside on my view.
What i am trying to do, is show the user who is creating a new fight / match that they have the 3 options to choose from, then when they choose one, i want to send the choice in to the controller and then save it in the node i am saving the rest of my form to using the Umbraco ContentService.
DropDownList with values on my view page
I have a document type called fights, and the document type has a property called fightType, fightType is a custom datatype i created in the developers section, it is a dropdown with some values already in it, that are, Home, Away, Both. As in a football match, how do i display this dropdownList with the values inside on my view.
What i am trying to do, is show the user who is creating a new fight / match that they have the 3 options to choose from, then when they choose one, i want to send the choice in to the controller and then save it in the node i am saving the rest of my form to using the Umbraco ContentService.
Regards Casper Andersen
Please anyone who can help me with this ??
is working on a reply...