public void ProviderServiceLocationGrid_ManualDataRebind()
        {
            ProviderServiceLocationGrid_Count = 0;

            ProviderServiceLocationGrid.DataSource = null;

            ProviderServiceLocationGrid.Rebind();

            return;
        }
        protected void InitializeProviderServiceLocationGrid()
        {
            ProviderServiceLocationGrid.CurrentPageIndex = 0;

            ProviderServiceLocationGrid.PageSize = ProviderServiceLocationGrid_PageSize;

            ProviderServiceLocationGrid_Count = 0;

            ProviderServiceLocationGrid.DataSource = ProviderServiceLocationGrid_DataTable;

            ProviderServiceLocationGrid.DataBind();

            return;
        }