コード例 #1
0
ファイル: ResellerEdit.ascx.cs プロジェクト: alex765022/IBN
 protected void btnSave_Click(object sender, System.EventArgs e)
 {
     ResellerId = CManage.ResellerCreateUpdate(ResellerId, tbTitle.Text, tbContactName.Text, tbContactEmail.Text, tbContactPhone.Text, int.Parse(tbCommPerc.Text));
     Response.Redirect("../Pages/ResellerView.aspx?ResellerId=" + ResellerId);
 }