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
send sms from access to a mobile
Brief explain of pseudocode
Installing Forefront Threat Management Gateway on SBS 2008 domain controller
Outlook select a specific folder using code
Access 2007 Database Split - User access issues
What's the easiest way to transfer records from one table to another?
excel range.find is taking 10 seconds
Import multi delimeted Txt to excel
Cannot have aggregate function in WHERE clause
OWA Publishing over ISA