private void populatePicturesTable() { Goals gi = new Goals(Request.QueryString["id"].ToString()); divPictures.InnerHtml = gi.populatePictures(); }