Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
Formating a Particular Cell
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Stevie_mac, post: 4258731"] Just an aside note... You asked about Row 6, Cell 3 & technically the code below will set Cell 3 of Row 6 to Pink, but these are ZERO based indexes - so if you realy want the 3rd cell of the 6th DataRow then its like this... If e.Item.ItemIndex = 5 Then e.Item.Cells(2).BackColor = Color.Pink e.Item.Cells(2).ToolTip = "This ones pink cos its different!!!" End If Just to be absolutely clear and all that! Good luck - Stevie_Mac. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
Formating a Particular Cell
Top