Iv been trying to do this for 2 hours, and google didnt help either. What im trying to do is, set the master page title to "My web page", and then from the child pages i want to append to this title.
I tried in the child page:
this.Title = this.Title + "- About Us";
But all this did was set the title to "- About us" and "My web page" was lost. Anyone please know how i can do this?
Thanks
+betweenthis.Titleand thestring? – leppie Oct 31 '11 at 7:59Page_Load,Page_Initetc? – Curt Oct 31 '11 at 9:13