Microsoft
Software
Hardware
Network
Question : C# -- "Value==null"
How can I change the below so
"Checked" messageBox displays
since "Value==null" does not work,
since BLANK value "ID1" cells display
as {} in debug mode on attached ?
--------------------------
----------
----------
----------
-
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
["ID1"].Va
lue==null)
{
MessageBox.Show("Checked")
;
}
else
{
MessageBox.Show("UnChecked
");
}
}
}
Answer : C# -- "Value==null"
RewriteEngine On
RewriteCond %{SERVER_PORT} 443
RewriteCond %{REQUEST_URI} !^/ssl_dir
RewriteRule ^(.*)$
http://www.example.com/$1
[R,L]
Random Solutions
Inserting XML data int an nText field in SQL 2005
Access SQL Join Statement in VBA - Help
Repeat Header columns on each and every page of the Report
T-SQL UDF to Obtain Table Row Count
Drag and drop files in ms access form to be stored sepratly
Deleting empty columns in dataset
STL: Removing dublicates from the list of strings
Open form in acDialog command not working
MS Excel, MS Office
Can't login after changing from domain to workgroup