Ejemplo n.º 1
0
    protected void dataBindDelays()
    {
        BLLdelay BLLDelay = new BLLdelay();

        IList<Delay> listDelays = BLLDelay.selectAll();
        rptDelays.DataSource = listDelays;
        rptDelays.DataBind();
    }