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