コード例 #1
0
        protected void DdlKindTypeSelectedIndexChanged(object sender, EventArgs e)
        {
            var ddlKindType = DdlKindType.SelectedValue;
            var isShow      = Convert.ToInt32(ddlKindType) == (int)ApplyInvoiceSourceType.League;

            LbSalePlatform.Text = isShow?"加盟店名:":"销售平台:";
            RgInvoiceAudit.Rebind();
        }
コード例 #2
0
 protected void LbSearchClick(object sender, EventArgs e)
 {
     RgInvoiceAudit.Rebind();
 }