示例#1
0
        protected void Button9_Click(object sender, EventArgs e)
        {
            string nick = TextBox3.Text.Trim();

            Label11.Text = "店铺有效会员总数为:" + BuyerBLL.GetOldBuyerCount("0", nick) + "个";
        }