ASPX templates
Version 3.x > ASPX templates > Page Title in Kentico 3.x? View modes: 
User avatar
Member
Member
s_tuncali@yahoo.com - 6/24/2008 10:18:18 AM
   
Page Title in Kentico 3.x?
Hi all,

By Kentico 2.x I used mTitle for page title but it is not defined in Kentico 3.x.

I cannot use this assignment anymore:

ltlTitle.Text=mTitle;

What is the correct variable/function for page title.

Best regards,
Serdar

User avatar
Member
Member
s_tuncali@yahoo.com - 6/25/2008 6:36:32 AM
   
RE:Page Title in Kentico 3.x?
Hi,

I found it: TemplatePage.Title.ToString()

Serdar