I know this question has been asked by someone, but this is my case:
the correct url is: http://localhost:1478/application/ProductID.aspx?ID=1001
This retrieves the list of my product. But if I remove the query string let say:
http://localhost:1478/application/ProductID.aspx
The error is Object reference not set to an instance of an object. Is there any implementation of error handling in this problem?