Hello all,
i'm doing a library management system using VS 2005 c#.net for my eduaonal purpose.
here i want to use cart like shopping cart/job cart.

here Student will select books, then they will save books in cart. Then system will ask for user ID & password. if they provide then save books in their cart, i already did this, problem is:if they dont have userID i redirect them in log-in page (where normally user can login also without selecting book). But when they create new user how do i can get their selected books and how i can track that this user selected books so that i need to save books according newly created users??
Please give me idea's..if possible code also.
Thanks