Page selector user control

Posted by Community Admin on 04-Aug-2018 15:30

Page selector user control

All Replies

Posted by Community Admin on 30-May-2011 00:00

Is there a page selector user control which can be used in custom user controls?

Thank you!

Posted by Community Admin on 30-May-2011 00:00

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);

Regards,
Nicolas

Posted by Community Admin on 30-May-2011 00:00

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

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 04-Aug-2011 00:00

hi
That post links to a broken page.

Posted by Community Admin on 04-Aug-2011 00:00

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

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed