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
NetBIOS name resolution failing
How do I restore a Mirror in SQL Server 2005 when it is in a "Unsynchronized Disconnected / In Recovery" state?
Please HELP!!!
Access 2007 VBA code for Make Table Query
Creating an automatic sum for specific cells - excel 2007
sharepoint create site column programmatically
Need help with SQL 2008 running on a 2008 failover cluster
Insert values in listbox to access table
Nested countif problem
Can we enable the guest account on a machine