Server Error in '/' Application.

Column 'east' does not belong to table Table.

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

Source File: C:\Inetpub\wwwroot\pagemost.com\Default.aspx.vb    Line: 63

Stack Trace:


[ArgumentException: Column 'east' does not belong to table Table.]
   System.Data.DataRow.GetDataColumn(String columnName) +1887619
   System.Data.DataRow.get_Item(String columnName) +10
   _Default.getEandNbyName(Object bbShortName) in C:\Inetpub\wwwroot\pagemost.com\Default.aspx.vb:63
   _Default.form1_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\pagemost.com\Default.aspx.vb:643
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832