Exemplo n.º 1
0
    protected void btnDel_Click(object sender, EventArgs e)
    {
        int recordId = Convert.ToInt32(this.hdnMeetingInfoID.Value);

        if (ConferenceManage.DelSubsection(recordId))
        {
            this.JS.Text = "alert('删除成功!');";
            this.gvSubsection.DataBind();
        }
    }