HA
haneefm
Syncfusion Team
May 1, 2007 12:16 AM UTC
Hi James,
Could you please double check the column before using the record.GetValue method?
In above code statement, you are misspelled the column "Airs".
rec.GetValue("Air");.//old code.
rec.GetValue("Airs").//new code.
Best regards,
Haneef