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
Call function with database value on aspx page
Importing the Excel file into SQL Server via SSIS - Excel data is not in table format
Service Pack(SP3)
Access 2007 Navigation Pane Object Group Automation
Sharepoint can't send mails from custom workflows
Microsoft OCS 2007 R2 cannot complete instalation
Domain Controller Issues at boot up however network is operating correct after boot
Windows Server 2008 /adprep on a Windows Server 2000 DC
Count Distinct
WHERE clause with DLookup