I want all the product i created in umbraco to be available to another content page. Admin will select product from it. Currently i can add static data for dropdown but i need it dynamically.
Hi, you could use the Xml DropDown Picker in nuPickers, with an XPath expression of something like '//Product' to create a drop-down of all products that are in the content section.
Dropdown Binding dynamically in content section.
I want all the product i created in umbraco to be available to another content page. Admin will select product from it. Currently i can add static data for dropdown but i need it dynamically.
Hi, you could use the Xml DropDown Picker in nuPickers, with an XPath expression of something like '//Product' to create a drop-down of all products that are in the content section.
is working on a reply...