Where are you running this:
TreeView tr=Master.FindControl("NavigationTree") as TreeView;;
//(TreeView)this.Master.FindControl("NavigationTree");
Label1.Text = tr.SelectedNode.NavigateUrl;
?
It should work, unless your content page is not using the master page you have specified above.
Debugger is my best friend.