Ejemplo n.º 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            if ((!Page.IsPostBack))
            {
                ScTool.RecordUserAgent(Request);                        // 记录客户端信息
            }
            UserTool.InitTool();
            UserTool.ClearAccount(Session);

            string Account = Request["Account"];

            if (Account != null && !Account.Equals(""))
            {
                TextBox_account.Text = Account;
            }
        }