protected void btnDelete_Click(object sender, System.EventArgs e)
    {
        NoteData data = new NoteData();

        data.DeleteUserNoteInfo(this.hdnCheck.Value);

        Response.Redirect(Request.RawUrl, true);
    }