private void LoadPhotoList() { try { OtherFunctions obj = new OtherFunctions(); DataSet ds = obj.GetImageListSlideIndex("ImageSlideIndex", Globals.AgentCatID); DataListHelper dlHelper = new DataListHelper(); if (ds.Tables.Count > 0) { dlHelper.FillData(DataListImage, ds); } } catch { } }