예제 #1
0
 private void MsgDataBind()
 {
     try
     {
         grdCus.DataSource = SellersBLL.GetEndDateSellers(txtTitle.Text.Trim(), txt_StartTime.Value, txt_EndTime.Value);
         grdCus.DataBind();
     }
     catch (Exception ex)
     {
         ExceptionReporter.WriteLog(ex, ExceptionPostion.TBApply_Web_UI);
     }
 }