R
RJDev
Hello,
I have made an webcontrol with images stored in an database.
I have several subfolders importing the webcontrol. Now the images are not loaded wel because of the place of the webcontrol.
Can i chnage the tag below in the code behind place.
'<td id="Cel3" class="Welcom" style="BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(http://localhost/WebApplication/Controls/WebMainBlobs.aspx?ID=10); BACKGROUND-REPEAT: no-repeat"
width="100%" height="20">Welkom to ...</td>'
I tried to map the Cel3 as System.Web.UI.HtmlControls.HtmlTableCell
And then set the style property but i cannot set BACKGROUND-IMAGE: url.
If anyone nows how to set that specified tag in the propeerties then i am saved.
Regards,
RJ
I have made an webcontrol with images stored in an database.
I have several subfolders importing the webcontrol. Now the images are not loaded wel because of the place of the webcontrol.
Can i chnage the tag below in the code behind place.
'<td id="Cel3" class="Welcom" style="BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(http://localhost/WebApplication/Controls/WebMainBlobs.aspx?ID=10); BACKGROUND-REPEAT: no-repeat"
width="100%" height="20">Welkom to ...</td>'
I tried to map the Cel3 as System.Web.UI.HtmlControls.HtmlTableCell
And then set the style property but i cannot set BACKGROUND-IMAGE: url.
If anyone nows how to set that specified tag in the propeerties then i am saved.
Regards,
RJ