Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 8th, 2007, 08:16 AM
Registered User
 
Join Date: Dec 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Datagrid: cell backcolor

hi,
i ve populated my datgrid with a datatable
dg1.datasource = datatable1

also, i ve set the back color of few columns of all the rows in datagrid
using:
dg1.rows(i).cells(j).style.backcolor = color.aqua

whenever the project runs and datagrid is populated for the first time
it works properly, i.e. it shows the aqua back color

but in the same build, if the datgrid is populated the second time
it doesnt shows the default back color............not the one i'd written code for (aqua)



 
Old January 12th, 2007, 01:54 PM
Registered User
 
Join Date: Dec 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi

Have u written this code in ItemCreated event?







Similar Threads
Thread Thread Starter Forum Replies Last Post
DataGridView: Cell BackColor kesar VB How-To 0 January 8th, 2007 08:19 AM
Image in Datagrid cell Renu ASP.NET 1.0 and 1.1 Basics 0 December 17th, 2004 02:57 PM
Datagrid cell content value sinba Beginning VB 6 1 August 24th, 2004 01:58 PM
DataGrid Cell mrideout BOOK: Beginning ASP.NET 1.0 0 August 17th, 2004 12:34 PM
Windows Forms datagrid column backcolor dbradley VB.NET 3 April 6th, 2004 11:43 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.