View Single Post
  #1 (permalink)  
Old June 16th, 2003, 05:53 AM
gapoce gapoce is offline
Authorized User
 
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP.NET E-Commerce Prog Problem - Design -

I have recently bought this book!

When running http://localhost/gadgetswarehouse/default.aspx in my browser I’m getting:

"Must declare the variable '@CategoryID'."

Something must be wrong with the way the parameters are passed in the calls. Access to the database seems to be OK - but I'm stumbling when trying to execute the stored procedure!

How do I fix this problem?