A way to make a datarow unique?

bonedoc

Well-known member
Joined
May 4, 2006
Messages
112
Programming Experience
Beginner
I have a datagrid that has multiple rows. Is there an easy way to make each row unique to let the user know what row is what? I was thinking of text in the datagrid row or coloring the cells. Any ideas?
 
Since .Net 2.0 I guess it's DataGridView control you talking about? In Designer properties play with the AlternatingRows styles.
 
Back
Top