Author: mfstop1 | Posted on: 4/27/2010 3:08:38 PM | Views : 1156

I just tried to post and it didn't appear to go through, so re-posting- sorry if duplicated.
I am getting this error: "Column 'ASAP' does not belong to table order" 

Exception Details: System.ArgumentException: Column 'ASAP' does not belong to table order.

Source Error:


Line 196: objDR("PONumber") = " " Line 197: objDR("Location") = " " Line 198: objDR("ASAP") = "0" Line 199: objorderDT.Rows.Add(objDR) Line 200: But here is my code - can someone tell me what I'm doing wrong, please?  THanks!
Sub Page_Load(s As Object, e As EventArgs)
'***Check to see if session has timed out***
If session("custNum") = nothing then
respons ...

Go to the complete details ...