Exemplo n.º 1
0
    override protected Boolean LoadData()
    {
        try
        {
            RadGrid1.DataSource = tData.USP_Customer_GetAll(0, 0);
            RadGrid1.DataBind();

            return(true);
        }
        catch (Exception ex)
        {
            ShowErrorMes("Lỗi hệ thống: " + ex.Message);
            return(false);
        }
    }