コード例 #1
0
 private void MsgDataBind()
 {
     try
     {
         grdCus.DataSource = SellersBLL.GetSellerReminderStatus(txtTitle.Text.Trim(), txt_StartTime.Value, txt_EndTime.Value, drpSendType.SelectedValue);
         grdCus.DataBind();
     }
     catch (Exception ex)
     {
         ExceptionReporter.WriteLog(ex, ExceptionPostion.TBApply_Web_UI);
     }
 }