Example #1
0
 protected void Button3_Click(object sender, EventArgs e)
 {
     if (!string.IsNullOrEmpty(TextBox1.Text.Trim()))
     {
         SellersBLL.UpdateSellerSYNData(TextBox1.Text.Trim());
         Label3.Text = "同步数据重新开通";
     }
 }