Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Changing Page TitleChanging Page Title
Previous
 
Next
New Post
9/28/2007 10:27 AM
 

Hello,

I have a page in DNN version 4.4.  This page is populated via data entered with a UDT.  The page displays different data from the UDT based upon previous selections the user made.  I would like to populate the page title based upon the data selected and not just the generic page title that was entered when the page was created in DNN.

I have tried to use this property in a control: 

 

 

DotNetNuke.Common.GetPortalSettings.ActiveTab.Title = "My Generated Page Title"

It does not throw an error, but it does not seem to do anything.

Thanks

 
New Post
10/2/2007 8:42 AM
 
type-cast the Page object as a DotNetNuke.Framework.CDefault type:

DotNetNuke.Framework.CDefault cd = (DotNetNuke.Framework.CDefault)Page;

then notice all the fine properties you get, including:

cd.KeyWords = "my, key, words";
cd.Description = "my description";
cd.Title = "and the dynamic title that you wanted...";


I HOPE THIS HELPS!
 
New Post
10/12/2007 10:54 PM
 

Yes that did work.  Thanks.

Here is the VB Version:

Dim

cd As DotNetNuke.Framework.CDefault = CType(Page, DotNetNuke.Framework.CDefault)

 cd.Title = PageTitle

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Changing Page TitleChanging Page Title


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out