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
Microsodft system center virtual machine manager 2008
Checking Value of Import Text File
Locking a Row in Excel
Default Date Format - Visual Studio 2005 Parameters
Confused on the Windows 7 Virtual PC
How do I disable the ICS DHCP server?
Open Sharepoint server's pdf file in asp.net...
Linq to Sql union with constant values
How to createa a checkbox datatype column in a table in VBA code
copy query results into email body using vb and format like cut and paste