Ejemplo n.º 1
0
    protected void Approve_Command(object sender, CommandEventArgs e)
    {
        string      id = (string)e.CommandArgument;
        anm_Utility ut = new anm_Utility();

        ut.ApproveNews(id);
        Response.Redirect(Page.Request.Url.AbsolutePath.ToString() + "?p=ApproveArticles");
    }