Ejemplo n.º 1
0
    //Handles show hide comment configuration
    public void AdminShowHideComment_Click(object sender, EventArgs e)
    {
        int showhide;

        showhide = int.Parse(ddlshowhide.SelectedValue);

        FetchData.AdminUpdateShowHideComment(showhide);

        FetchData = null;

        strURLRedirect = "recipemanager.aspx";
        Response.Redirect(strURLRedirect);
    }