ajksharma-yahoo
-
7/20/2011 2:18:02 AM
Page Title in Version 3.x not working
(Sorry for the cross post as I had posted this message in the 5.x section too, please delete that, thanks)
HI,
I have inherited a Kentico CMS version 3.x project I have read all posts for "page title" not being displayed from the metatabs section located in the CMS-DESK, but it still doesn't work
The meta-tags & meta-description are working though
This is the Code in the master page
protected override void OnPreRender(EventArgs e) { base.OnPreRender(e); this.ltlTags.Text = this.HeaderTags; 'this is working for meta-tags this.ltlpagetitle.Text =this.TemplatePage.Title.ToString(); 'this isn't working though , I get a blank string }
Thanks Ajay
|