I have custom Store section in Umbraco 4.5.2 which has list of all the stores coming from custom table.I want to reload the Store tree after updting store detail from code behind.
Thanls
|
I have custom Store section in Umbraco 4.5.2 which has list of all the stores coming from custom table.I want to reload the Store tree after updting store detail from code behind. Thanls |
|||
|
|
|
when you create xml tree nodes to bind the custom section you have to add an option to xmlTreeNode for the node to get refreshed
Here |
|||
|
|