private void BindImageList()
 {
     ddImage.DataSource = SiteUtils.GetContentTemplateImageList(siteSettings);
     ddImage.DataBind();
 }