Пример #1
0
        protected void btn_AddSimple_Click(object sender, EventArgs e)
        {
            int communicationId = SpecialWorkBusiness.AddCommunication();

            Response.Redirect("CheckAffairList_zxgz_Add.aspx?CommunicationId=" + communicationId + "&IsNew=True");
        }