peronalized pages

Posted by Community Admin on 04-Aug-2018 11:54

peronalized pages

All Replies

Posted by Community Admin on 22-Sep-2011 00:00

Hello,

How can I make a page for each user in which I display content specific for the logged in user
Are there any examples of this?

Posted by Community Admin on 22-Sep-2011 00:00

Hi Mart,

You could use our RadDock component. Here is a good demo that outlines how you could achieve that:

http://demos.telerik.com/aspnet-ajax/dock/examples/portalpage/defaultcs.aspx

To retrieve the currently logged user you could use a .master page with code-behind or attach a code-behind class to a specific page and handle the logic in its Page_Load event, for example.

Kind regards,
Lubomir Velkov
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 22-Sep-2011 00:00

Hello,

thank you for your answer, but how to use it in sitefinity?

yours,

Mart

Posted by Community Admin on 26-Sep-2011 00:00

Hi Mart,

Well you could register RadDock in your pages toolbox (in Administration -> Settings -> Advanced -> Toolboxes -> Toolboxes -> PageControls -> Sections -> RadControls - check Enabled, and then add RadDock to the list as well).

Then you can drag a RadDock component on a page, set its properties and start implementing your page personalization.

For more information check the RadDock examples:

http://demos.telerik.com/aspnet-ajax/dock/examples/overview/defaultcs.aspx

Kind regards,
Lubomir Velkov
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