Thursday, 18 June 2009

Basics: Testing Lookup for null value

if (crmForm.all.regardingobjectid.DataValue !=null)
{
alert("Not Null");
}
else
{
alert("NULL!");
}

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home