hi,
i am working with usercontrol i go through sample sdk categoriesblock.ascx, can any one explain about this line.
categoryrepeater.DataSource = (ParentID == 0 ? bp.Catalog.GetChildCategories(true) : new NPCatalogCategory(ParentID).GetChildCategories(true));
Regards
Kannan.D