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
Can i modify uptime of machine?
what is causing "too few parameters. Expect 1.
Validation Rule
4 public folder instances remain after running moveallreplicas.ps1 How to remove or move?
Combining Cells
Overcome Excel MAX num of nested if statement
How do I check if a table exists, before creating the table...
Outlook 2007 Calendar printing
Dell Poweredge T110 0.S. Install
Does ASP.NET Control Reduce Effeciency? - Is It Better to Use the HTML Tags? - ASP.NET