Exemplo n.º 1
0
 protected void btn_start_audit_Click(object sender, EventArgs e)
 {
     Int32.TryParse(Request.QueryString.Get("Sourceinfoid"), out Sourceinfoid);
     //Sourceinfoid = 2224;
     if (serv.InsertArchiveAudit(Sourceinfoid, Session["UserName"].ToString()))
     {
         Response.Redirect(Request.RawUrl);
     }
 }