if statement
can anyone tell me how to make this work, the only
basic problem is the comparison to a blank value ""
if (PatientTextBox.Text != "")
nameNode.InnerText = PatientTextBox.Text;
else
nameNode.InnerText = "Mark";
Cheers
~M
Mark Hardiman
Senior Developer
Kernel Software Ltd
|