Hey guys i have been assigned a work of designing a online shoe shop. I am stuck on the part of saving the chosen products on a session vaiable (rather an array) can anyone help me out to give me an idea how to proceed.

Recommended Answers

All 2 Replies

Can you please tell me exactly what do you want?
If you are adding in same page then no need of session,you can add into a list or array and at last you can use that.If you are using different page then you can use session.

Refer to this Microsoft MSDN article on Session State. Examples in VB and C#
ASP.NET Session State Overview

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.