HTML
To find the master page control on the other pages we can use this:
Button btnphotograph = (Button)this.Master.FindControl("btnphotograph"); btnphotograph.Text="Hello!!";