一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

asp.net 中將表單提交到另一頁 Code-Behind(代碼和html在不同的頁面)

The following shows a complete example of the code-behind file associated with the Web Forms page sending the information. Depending on whether you use Visual Basic or C#, make sure this sample is called Firstpage.ASPx.vb or Firstpage.ASPx.cs, respectively.
[Visual Basic]
Imports System
Public Class FirstPageClass :
Inherits System.Web.UI.Page
Protected first As System.Web.UI.WebControls.TextBox
Protected last As System.Web.UI.WebControls.TextBox
Protected Button1 As System.Web.UI.WebControls.Button
Public ReadOnly Property FirstName() As String
Get
' first is the name of a TextBox control.
Return first.Text
End Get
End Property
Public ReadOnly Property LastName() As String
Get
' last is the name of a TextBox control.
Return last.Text
End Get
End Property
Sub ButtonClicked(sender As Object, e As EventArgs)
Server.Transfer("secondpage.ASPx")
End Sub
End Class
[C#]
using System;
public class FirstPageClass : System.Web.UI.Page
{
protected System.Web.UI.WebControls.TextBox first;
protected System.Web.UI.WebControls.TextBox last;
protected System.Web.UI.WebControls.Button Button1;
public string FirstName
{
get
{
return first.Text;
}
}
public string LastName
{
get
{
return last.Text;
}
}
void ButtonClicked(object sender, EventArgs e)
{
Server.Transfer("secondpage.ASPx");
}
}
The following shows a complete example of how to create a Web Forms page with a code-behind file to pass the values of two TextBox controls to another Web Forms page. Make sure this sample is called Firstpage.ASPx.
[Visual Basic]
<%@ Page Language="VB" Inherits="FirstPageClass" %>
<html>
<head>
</head>
<body>
<form runat="server">
First Name:
<ASP:TextBox id="first"
runat="server"/>
<br>
Last Name:
<ASP:TextBox id="last"
runat="server"/>
<br>
<ASP:Button
id="Button1"
OnClick="ButtonClicked"
Text="Go to second page"
runat=server />
</form>
</body>
</html>
[C#]
<%@ Page Language="C#" Inherits="FirstPageClass" %>
<html>
<head>
</head>
<body>
<form runat="server">
First Name:
<ASP:TextBox id="first"
runat="server"/>
<br>
Last Name:
<ASP:TextBox id="last"
runat="server"/>
<br>
<ASP:Button
id="Button1"
OnClick="ButtonClicked"
Text="Go to second page"
runat=server />
</form>
</body>
</html>
To receive Server control values from a different Web Forms page
The following shows a complete example of the code-behind file associated with the Web Forms page receiving the information. Depending on whether you use Visual Basic or C#, make sure this sample is called Secondpage.ASPx.vb or Secondpage.ASPx.cs, respectively.
[Visual Basic]
Imports System
Public Class SecondPageClass
Inherits System.Web.UI.Page
Protected DisplayLabel As System.Web.UI.WebControls.Label
Public fp As FirstPageClass
Sub Page_Load()
If Not IsPostBack Then
fp = CType(Context.Handler, FirstPageClass)
End If
End Sub
End Class
[C#]
using System;
public class SecondPageClass : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label DisplayLabel;
public FirstPageClass fp;
void Page_Load()
{
if (!IsPostBack)
{
fp = (FirstPageClass) Context.Handler;
}
}
}
The following shows a complete example of how to create a Web Forms page with a code-behind file to receive the values passed from a different Web Forms page. Make sure this sample is called Secondpage.ASPx
[Visual Basic]
<%@ Page Language="VB" Inherits="SecondPageClass" %>
<%@ Reference Page="firstpage.ASPx" %>
<html>
<head>
</head>
<body>
<form runat="server">
Hello <%=fp.FirstName%> <%=fp.LastName%>
</form>
</body>
</html>
[C#]
<%@ Page Language="C#" Inherits="SecondPageClass" %>
<%@ Reference Page="firstpage.ASPx" %>
<html>
<head>
</head>
<body>
<form runat="server">
Hello <%=fp.FirstName%> <%=fp.LastName%>
</form>
</body>
</html>

AspNet技術asp.net 中將表單提交到另一頁 Code-Behind(代碼和html在不同的頁面),轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 亚洲伊人久久一次 | 91丨九色丨对白 | 日本欧美一区二区三区视频 | 亚洲激情婷婷 | 国产精品午夜久久 | 国产成人毛片视频不卡在线 | 亚洲天堂美女视频 | 精品久久久久久久久免费影院 | 91麻豆影视 | 久视频免费精品6 | 秋霞日韩一区二区三区在线观看 | 香蕉久久精品 | 色综合色综合色综合色综合 | 国产精品自拍一区 | 色综合久久九月婷婷色综合 | 另类一区二区三区 | 国产永久免费视频 | 中文字幕一区二区三区在线观看 | 五月婷婷激情五月 | 99精品视频在线成人精彩视频 | 国产精品欧美激情在线播放 | 精品国产午夜久久久久九九 | 欧美色就色 | 黑人一级毛片 | 99在线在线视频免费视频观看 | 97久久精品国产成人影院 | 好叼操这里只有精品 | 很黄很黄叫声床戏免费视频 | 丁香六月婷婷 | 五月婷婷激情五月 | 深爱五月激情 | 色月| 国产手机在线精品 | 夜夜未满十八勿进的爽爽影院 | 色网站免费| 激情综合在线 | 在线看黄网站 | 中文字幕123 | 狠狠色噜噜狠狠狠米奇9999 | 91av国产在线 | 一区二区免费视频观看 |