Example #1
0
    /// <summary>
    ///  To Load Active Status Content Developer details from 'Content Developer Business Access Layer'
    /// </summary>
    /// <param name="IsActive"></param>
    /// <returns></returns>
    protected DataTable ConDevActiveDetails(bool IsActive)
    {
        ContentDeveloperBAL ContentDeveloperBAL = new ContentDeveloperBAL();
        DataTable           DtConDeve           = new DataTable();

        try
        {
            DtConDeve = ContentDeveloperBAL.LoadActiveContentDeveloper(LoginUser, Ret, IsActive);
        }
        catch
        {
            throw;
        }
        finally
        {
            ContentDeveloperBAL = null;
        }

        return(DtConDeve);
    }
    protected DataTable CDActiveDetails(bool IsActive)
    {
        ContentDeveloperBAL ContentDeveloperBAL = new ContentDeveloperBAL();
        DataTable           dTable = new DataTable();

        try
        {
            dTable = ContentDeveloperBAL.LoadActiveContentDeveloper(LoginUser, Ret, IsActive);
        }
        catch (Exception ee)
        {
            throw;
        }
        finally
        {
            ContentDeveloperBAL = null;
        }

        return(dTable);
    }
    protected DataTable CDActiveDetails(bool IsActive)
    {
        ContentDeveloperBAL ContentDeveloperBAL = new ContentDeveloperBAL();
        DataTable dTable = new DataTable();
        try
        {
            dTable = ContentDeveloperBAL.LoadActiveContentDeveloper(LoginUser, Ret, IsActive);
        }
        catch (Exception ee)
        {
            throw;
        }
        finally
        {
            ContentDeveloperBAL = null;
        }

        return dTable;
    }
    /// <summary>
    ///  To Load Active Status Content Developer details from 'Content Developer Business Access Layer'
    /// </summary>
    /// <param name="IsActive"></param>
    /// <returns></returns>
    protected DataTable ConDevActiveDetails(bool IsActive)
    {
        ContentDeveloperBAL ContentDeveloperBAL = new ContentDeveloperBAL();
        DataTable DtConDeve = new DataTable();
        try
        {
            DtConDeve = ContentDeveloperBAL.LoadActiveContentDeveloper(LoginUser, Ret, IsActive);
        }
        catch
        {
            throw;
        }
        finally
        {
            ContentDeveloperBAL = null;
        }

        return DtConDeve;
    }