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
How to fix my dcdiag errors?
C# and NUnit Framework
Unable to Install Visual Web Developer 2008 Express Edition
Designing schema table for database.
Retrieve list of all files in folder & subfolders with DateCreate property equal to today
Can't RDP to a Windows XP worktation
MS Web Expressions Type Expanding with Window Resize
2 IP 5 Server
IIS6 FTP mget case sensitive
Cross appdomain communication winthin single process on single machine in c#