How to access umbraco item's content from .net user control
Hello All,
i m new to umbraco, have deployed umbraco successfully. We have also successfully created one user control which fetches data from another DB.
Next thing we want to try is we want to access umbraco's item in the .net usercontrol... i will elaborate our need ..we want to show related books from another DB ..so i should get some keyword from umbraco item which elaborates about the topic of the article using which i can query another DB and get related books for that article ....
How to access umbraco item's content from .net user control
Hello All,
i m new to umbraco, have deployed umbraco successfully. We have also successfully created one user control which fetches data from another DB.
Next thing we want to try is we want to access umbraco's item in the .net usercontrol... i will elaborate our need ..we want to show related books from another DB ..so i should get some keyword from umbraco item which elaborates about the topic of the article using which i can query another DB and get related books for that article ....
Please guide how can i achieve this
Waiting for reply.
Regards,
Jinesh
Hi Jinesh,
You can do this using the nodeFactory API, here are some guides http://our.umbraco.org/wiki/reference/api-cheatsheet
Alternatively you can use uQuery http://ucomponents.codeplex.com/wikipage?title=uQuery
If you need to know something specifc then please post back.
Rich
Along with that there are also some great features also present here..
is working on a reply...