Thursday, March 22, 2012

Session variables

Hi there,

I want to create a shopping application that allows the user to buy as many items as desired before checking out (just like you see in amazon.com). I thought of a global array type variable in which I could write from all over the application. However, I am not sure how to make this work. Could you please show me what you would enter in the global.asax and in one of those buying pages in order for this to work so that I can have an idea to start with it?

Many thanks

Regards


Edited by haidar_bilal :: Place your links within the<a> and</a> tag. Thank you.

shredmaster,

There was an article posted on this site early this week using a datatable in a Session variable:
Shopping Cart DataTables
This may give you some more ideas.
cjmaxey

0 comments:

Post a Comment