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"]; } } } }