Change Page Title and Meta Tags using Code behind.
One of the good things about the asp.net is that we can make everything accessible at runtime.Same can be done with Page title and the Meta Tags.
Simply add Runat="server" to the html tag to make it accessible at run time
like below
For title
Initial Title Here
For Meta Tags