示例#1
0
 protected void Btn_MyInfoOK_Click(object sender, EventArgs e)
 {
     //这里修改状态
     if (UrlHtmlUtil.UpdateIsFirst(false, UserNo))
     {
         this.showMyInfo.Style.Add("display", "none");
     }
 }