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
SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64B<wbr />IT_ERROR
MSJet
How to populate a textbox from sqldb storedprocedure
MS Excel and Word 2003 won't scroll the bottom pane of a split window.
Hibernate Exception - Errors in named queries
how to write the syntax
Terminal Service Error 7024 and 37
SQL Server Authentication
Need help on sorting a gridview
System.Date type in a dataset?