Page selector user control
Is there a page selector user control which can be used in custom user controls?
Thank you!
I'm not really sure to understand.
But you can get your current page like this :
Guid currentKey =
new
Guid(SiteMapBase.GetCurrentProvider().CurrentNode.Key);
PageManager pMng =
new
PageManager();
PageNode currentNode = pMng.GetPageNode(currentKey);
Hello FlR,
Please check this post
www.sitefinity.com/.../how-to-add-page-selector-button-in-sitefinity-4-0-rc.aspx
Regards,
Ivan Dimitrov
the Telerik team
hi
That post links to a broken page.
Hi Kieran,
It looks like the url has been changed. Please take a look at this thread
www.sitefinity.com/.../pagesselector-events.aspx
All the best,
Ivan Dimitrov
the Telerik team