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
Get NT Login in Silverlight
Discontinuing security updates for Windows 2000 and XP?
HELP! Can't Get My Wifi To Work On IBM Thinkpad
How do I sum a range of data containing Excel errors?
OCS Client error when trying to expand Distribution list members
Access Report- field value is null label does not show
smart drive cannot loaded becouse the xms driver ,himem.sys is not loaded ???
How do I run gacutil to restore System.EnterpriseServices.<wbr />dll?
How to save record changes in a sub-form
Microsoft SQL server 2005 wont start after updates.