override protected Boolean LoadData() { try { RadGrid1.DataSource = tData.USP_Discount_GetAll(0, 0); RadGrid1.DataBind(); return(true); } catch (Exception ex) { ShowErrorMes("Lỗi hệ thống: " + ex.Message); return(false); } }