コード例 #1
0
ファイル: sendHis.aspx.cs プロジェクト: fubendong/--CTCRM
        protected void Btn_SelectCount_Click(object sender, EventArgs e)
        {
            string    buyer = tb_SellerCount.Text.Trim();
            DataTable tb    = MsgBLL.GetMsgSendHisCount(buyer);

            gd_All.DataSource = tb;
            gd_All.DataBind();
        }