ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/RLSB/WelderTrain.aspx.cs

15 lines
326 B
C#

using System;
namespace FineUIPro.Web.RLSB
{
public partial class WelderTrain : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
this.xunlianlabel.Value = Request.Params["identityCard"];
}
}
}
}