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
PowerPoint AddIn/Custom Ribbon generating macro error
Conditional page break in excel macro
Visual Studio 2008, Listbox location on picturebox insdie a form
Reformatting Drives C D E and F
WUTemp Folder
Programming Help - vb.net/C# app to click in another application window using Win API or sendmessage
Error:Cannot open database". It may not be a database that your application recognizes, or the file may be corrupt.
Click an Hyperlink in Internet Explorer Using an Excel Macro
MS Project 2007, How to add a Column 'Percent'
vb.net selected item from listview