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
Is there any good bluetooth software that keeps all bluetooth devices listed and could easily click and transfer.
Access Return to Main Menu
Is there an easy way to tell why a server rebooted unexpectedly?
What is equivalent to vbmodal in vb.net
How to set Anonymous access in Reporting Services 2008 & IIS7
How to get a DOS prompt?
MS Access to do select statement with first three characters starting with ABC
How to run code in one database from another database
Proxy server via Group Policy?
copy and paste an array formula?