When we wrote a programme to copy the page data of the default culture to another culture and publish the pages of the other culture in the same way as the default culture, we got the following err...
I am developing shopping website using kentico cms.In that I assigned membership expiry using admin panel (Product=@Membership=@My Product=@in membership section=@ membership validity). But I want...
im trying to get all the child nodes from parent node. This is what i have done UserInfo ui = MembershipContext.CurrentUserProfile; TreeProvider trp = new TreeProvider(ui); CMS.Document...