C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !






How to Dynamically change Background image of table Using ASP.NET


Posted Date: 25 May 2008    Resource Type: Code Snippets    Category: ASP.NET WebForms

Posted By: Raju.M       Member Level: Gold
Rating:     Points: 10



How to Change Background color of Table Using ASP.NET


In a ASP.NET Page, we can change the background color by HtmlTextWriterStyle. This specify the HTML Styles available to an System.Web.UI.HtmlTextWriterStyle or System.Web.UI..Html32TextWriterStyle object output stream. You can Find your table using FindControl("string table Name")then table.Style.Add(CssStyleCollection);
Using this method you can change styles in ypur Page.
Using HtmlTextWriterStyle we can Change background color Dynamically.
C# Code for Change background of table

HtmlTable htmlTable = FindControl("tblmain") as HtmlTable;
htmlTable.Style.Add(HtmlTextWriterStyle.BackgroundImage, "image.jpg");





Responses

Author: vijetha    29 May 2008Member Level: Gold   Points : 2
can u please say what is meant by finding a table


Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Dynamically change Background image of table  .  Background color of table  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: How to find out version of ASP.NET is running on computer
Previous Resource: How to select Multiple Select Calender Contol in ASP.NET and C#
Return to Discussion Resource Index
Post New Resource
Category: ASP.NET WebForms


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design

silicone halloween mask

Contact Us    Privacy Policy    Terms Of Use