Esempio n. 1
0
        private void displayBugs()
        {
            BugClass  bc    = new BugClass();
            DataTable bugDt = bc.getAllBugs();

            Repeater1.DataSource = bugDt;
            Repeater1.DataBind();
        }