R 
		
								
				
				
			
		RSH
I have a situation where I am looping through a datareader's rows.  An
exception is being generated when I attempt to check the value of a Boolean
field where it has a null value:\
If VarType(dtrList["ServiceCenter"]) != VariantType.Null And
dtrList["ServiceCenter"] = True Then
chkAssignedGroups.Items[0].Selected = True
End If
What is the correct way to do this?
Thanks,
Ron
				
			exception is being generated when I attempt to check the value of a Boolean
field where it has a null value:\
If VarType(dtrList["ServiceCenter"]) != VariantType.Null And
dtrList["ServiceCenter"] = True Then
chkAssignedGroups.Items[0].Selected = True
End If
What is the correct way to do this?
Thanks,
Ron
 
	 So which is it?
 So which is it?