I'm creating a web-app to interface with an inventory database. I'm attempting to store user input in an object's Properties to pass to a data-access layer method, but I'm getting this error:
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 t ...
Go to the complete details ...