kentico_martind
-
9/1/2008 12:14:24 PM
RE:How to implement a Main menu with a datalist?
Hello,
If you want to display documents of type 'MenuItem' in datalist, please try to use sample code bellow:
DataSet ds = TreeHelper.SelectNodes("/%", false, "CMS.MenuItem", "", "DocumentName", -1, true);
Best Regards,
Martin Dobsicek
|