A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
PageDataCollection pages = DataFactory.Instance.GetChildren(CurrentPage.PageLink); myRepeater.DataSource = pages; myRepeater.DataBind(); myPageList.DataSource = pages; myPageList.DataBind();myRepeater will show all pages found by GetChildren, myPageList will make it's own filtering, for instance it removes unpublished pages. This is not an error, it's FYI :)