Recent content by pikej

  1. P

    how iterate over Session objeckts?

    thanks for your answer, I made it public and added using ShoppingCart; but now I get: Compiler Error Message: CS0138: A using namespace directive can only be applied to namespaces; 'ShoppingCart' is a type not a namespace
  2. P

    how iterate over Session objeckts?

    Hello guys, I have following questions. I am trying to write a simple e-commerce site and I use some code of my own. Basically it is a shopping cart. It uses Session to store some data, here comes some code: /** * The ShoppingCart class * * Holds the items that are in the cart and provides...
Top Bottom