P
psychomad
Can some1 please help me???!!!!!!! Please....
Server Error in '/' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not
set to an instance of an object.
Source Error:
Line 21: oDA.Fill(oDS, "product")
Line 22: 'lblProduct_Number.text =
oDS.Tables("product").Rows(0).Item("Product_Number")
Line 23: txtProduct_Type.Text =
oDS.Tables("product").Rows(0).Item("Product_Type")
Line 24: txtProduct.Text =
oDS.Tables("product").Rows(0).Item("Product")
Line 25: txtProduct_Details.Text =
oDS.Tables("product").Rows(0).Item("Product_Details")
Server Error in '/' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not
set to an instance of an object.
Source Error:
Line 21: oDA.Fill(oDS, "product")
Line 22: 'lblProduct_Number.text =
oDS.Tables("product").Rows(0).Item("Product_Number")
Line 23: txtProduct_Type.Text =
oDS.Tables("product").Rows(0).Item("Product_Type")
Line 24: txtProduct.Text =
oDS.Tables("product").Rows(0).Item("Product")
Line 25: txtProduct_Details.Text =
oDS.Tables("product").Rows(0).Item("Product_Details")