Am pretty new to C# though I don't want that to discourage me.
I have a situation where am using DataGridView and am having a column in my database table namely "msg_status" which has either a value of "0" or "1". The DataGridView should make the rows bold if "msg_status" value is "1" and rest of the rows with value "0" of "msg_status" should be normal.
With that, I don't want "msg_status" to appear in DataGridView. And am only using "msg_status" in database for DataGridView to have something to decide either to show the row in bold or normal. More like generating the feeling of a read/unread email.
My friends, I've searched a lot on internet and came up with these two ideas people had in mind about how to implement...here http://www.c-sharpcorner.com/Forums/Sho ... adID=63866 but it doesn't help in how to make connection with the database and a lot of unanswered issues.
Please help with this, thank you in advance.
Two high hopes here... Neo and Cyclops
