I recently took over an older umbraco site (4.0 i believe) and need to add some enhancements. Im just wondering how I can programitically pull data from the catalog? Basically I want to pull this data into a tree like node in a user control and present it as a datatype for admins to be able to link a content node to multiple different products. Not sure if there is an easier way of doing it but its the only way I am aware of. Thanks!
Question regarding catalog in umbraco
I recently took over an older umbraco site (4.0 i believe) and need to add some enhancements. Im just wondering how I can programitically pull data from the catalog? Basically I want to pull this data into a tree like node in a user control and present it as a datatype for admins to be able to link a content node to multiple different products. Not sure if there is an easier way of doing it but its the only way I am aware of. Thanks!
Have you looked at the multi node tree picker?? http://ucomponents.codeplex.com/wikipage?title=MultiNodeTreePicker&referringTitle=Documentation
is working on a reply...