本文介绍了如何将类型文本从第一页输入到第二页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
First page as follows
<input type="text" id="inputEmail" class="form-control" runat="Server" placeholder="User Name" required />
In the first page in the text i typed as Ram
Second page as follows
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
我有什么试过:
首页如下
在文本的第一页我输入Ram
第二页如下
在第二页.aspx代码如下
< a href =#contactstyle =float:right>欢迎
在第二页我要显示第一页名称Ram进入第二页
欢迎。
输出我需要如下欢迎Ram在第二页
What I have tried:
First page as follows
In the first page in the text i typed as Ram
Second page as follows
in second page.aspx code as follows
<a href="#contact" style=" float: right"">Welcome
in the second page i want to display First page name Ram into second page after
Welcome.
output i required as follows Welcome Ram in the second page
推荐答案
这篇关于如何将类型文本从第一页输入到第二页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!