Example #1
0
        private void populatePicturesTable()
        {
            Goals gi = new Goals(Request.QueryString["id"].ToString());

            divPictures.InnerHtml = gi.populatePictures();
        }