Exemplo n.º 1
0
 private void MsgDataBind()
 {
     try
     {
         grdCus.DataSource = SellersBLL.GetExportDataSeller(txtTitle.Text.Trim(), txt_StartTime.Value, txt_EndTime.Value, drpStatus.SelectedValue.ToString());
         grdCus.DataBind();
     }
     catch (Exception ex) {
         ExceptionReporter.WriteLog(ex, ExceptionPostion.TBApply_Web_UI);
     }
 }