Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Column 'east' does not belong to table Table.
Source Error:
Line 61: DoThePostcodeSearch(Replace(bbShortName.ToString, " ", ""), DS)
Line 62: If DS.Tables(0).Rows.Count = 1 Then
Line 63: iEasting = DS.Tables(0).Rows(0).Item("east")
Line 64: iNorthing = DS.Tables(0).Rows(0).Item("north")
Line 65: bbID = -1