Beispiel #1
0
    protected void Button1_Click(object sender, EventArgs e)
    {
        UserInfoModel model = new UserInfoModel();

        litStatus.Text = model.Verify(Request.QueryString["id"]);
    }