Posted on: 5/26/2015 9:54:25 PM | Views : 549

hi,
I want to display the title of content pages.  I will have each content page have a literal control, called 'contentTitle' and set in each page. Then in the master, I want to display it.
I'm trying this:  In master page : page_load
title ( a literal defined in master page )  = ( Literal) ContentPlaceholder1.FindControl("contentTitle");
But title comes back null. what am I doing wrong?

Go to the complete details ...