Here is the sample code for Windows form datagridview; If the cell value is equal or more then the cell color will be green else yello;
private void dataGridView1_CellLeave(object...
Type: Posts; User: gaviyaiahb; Keyword(s):
Here is the sample code for Windows form datagridview; If the cell value is equal or more then the cell color will be green else yello;
private void dataGridView1_CellLeave(object...
This is perfect answer !!
This code works
---------------------------------------------------
try
{
MessageBox.Show("In Try");
}
...