protected string GenerateBrochureLink(object BrochurePath) { if (Convert.IsDBNull(BrochurePath)) return "No Brochure Available"; else return string.Format(@"View Brochure", ResolveUrl(BrochurePath.ToString())); }