First page as follows
<input type="text" id="inputEmail" class="form-control" placeholder="User Name" required />
In the first page in the text i typed as Ram in second page.aspx code as follows
<a href="#contact" style=" float: right"">Welcome </a>
in the second page i want to display First page name Ram into second page after Welcome. output i required as follows Welcome Ram