Microsoft
Software
Hardware
Network
Question : C# -- Checkbox STATE ?
How can I change the below "Cells["IsDesigner"].State
== unchecked" so it works ?
--------------------------
----------
----------
----------
----------
----------
----------
----------
--------
private void designerMaintenanceBinding
NavigatorS
aveItem_Cl
ick(object
sender, EventArgs e)
{
for (int i = 0; i < designerMaintenanceDataGri
dView.Rows
.Count; i++)
{
if (designerMaintenanceDataGr
idView.Row
s[i].Cells
["IsDesign
er"].State
== unchecked)
{
MessageBox.Show("UnChecked
");
}
else
{
MessageBox.Show("Checked")
;
}
}
}
Answer : C# -- Checkbox STATE ?
What about something like this:
if ((bool)designerMaintenance
DataGridVi
ew.Rows[i]
.Cells[IsD
esigner].V
alue == false)
Random Solutions
DPM Hot Fix KB970868 does NOT resolve Issue 7
Sharing an Access 2007 database
MS Access : Map the location of the tables
Random numbers in VB.net not random...weird?
Has anyone run these scripts
hauppage 1212 and xbox 360. windows 7 pc
Multi User Development in MS Access
MFC CString - valid IP Address ?
Log of remote web workplace usage - track past user activity?
Windows Server 2008 DFS Root Permissions