Microsoft
Software
Hardware
Network
Question : Adding serverside style to a table
I'm trying to add some css style codes to a table from serverside.
Can't seem to find the right code for it.
ASPX : Table code with ID : Wrappertable
VB :
Wrappertable.BackImageUrl = "~/Upload/Design/GUI/image
s/powerplu
sxq/media.
jpg"
Wrappertable.Style.Add = ("background-repeat, no-repeat") <-- NOT WORKING
Anyone know how i change background property without setting it directly in the CSS sheet.
Because this needs to be dynamic.
Answer : Adding serverside style to a table
Hope this will helps you,
Wrappertable.BackImageUrl = "~/Upload/Design/GUI/image
s/powerplu
sxq/media.
jpg"
Wrappertable.Style.Add("ba
ckground-r
epeat", "no-repeat");
Random Solutions
HELP!!! email a .snp report....
Is there a way of identifying when a field is used and in which queries
upgrade XP to Windows Server 2008?
VBA Help Doesn't Work
Login scripts not working between domains with a trust
Print HTML File Issue
Can't Open Reports
Exchange 2010: 550 5.7.1 Client does not have permissions to send as this sender
UNION vs DISTINCT
"select where count" Access SQL query