Look this what i have
string imagePath = "http://" & ConfigurationManager.AppSettings("DomainName") & "/images/"
htmlstring = <tr style='border-width: 0px; height: 36px; background-image: url(' " & imagePath & " cart_top_centbg.jpg');'>
here imagePath
is set in web.config file but this is not geting loaded in that css style background-image, m i doin' something wrong here ?