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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0ModuleTitle propertyModuleTitle property
Previous
 
Next
New Post
3/3/2007 11:35 AM
 

Hi, I'm trying to change by code the ModuleTitle property, but the title of the my module don't change! In the ViewMymodule.ascx.vb I've add this code:

Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender
Me.ModuleConfiguration.ModuleTitle = Me.UserInfo.Username
End Sub

Some Idea?

 
New Post
3/23/2007 5:51 PM
 
I'm interested in knowing the solution to this as well. I would that that changing it in the prerender event would work.
 
New Post
3/25/2007 3:50 AM
 

The only place you can effectively change the standard Module Title is in the Page_Init event.

This has a lot to do with Timing of where things happen inside the DNN system.

The value that is displayed in the Module Title is actually read by the generic Title Skin Control during its Page_Load event.

Which means you need to set ModuleConfiguration.ModuleTitle - BEFORE - the Title Skin Control title reads the value.

The only time you can possibly do this is during your modules Page_Init event pass - if the built in DNN Title Skin Control is used.

>>>>

The alternative is to create your own TITLE Skin Control - and move the reading if the ModuleConfiguration.ModuleTitle - 

I had the same issue some time back

 - but did not have the info that was needed to change the TITLE correctly at the Page_Init event
 - so I moved the code in the TITLE SKIN CONTROL from the PAGE_LOAD to the PAGE_PRERENDER.

With a bit of fiddling around - I can not change ModuleConfiguration.ModuleTitle in my module Page_Loads and have it reflected in the module title.

Cheers

Westa

 

 

 

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0ModuleTitle propertyModuleTitle property


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