Click here to Skip to main content
15,891,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Object reference not set to an instance of an object. Pin
Bardy853-Sep-08 23:09
Bardy853-Sep-08 23:09 
GeneralRe: Object reference not set to an instance of an object. Pin
CrazyCoder263-Sep-08 23:13
CrazyCoder263-Sep-08 23:13 
GeneralRe: Object reference not set to an instance of an object. Pin
Learning IT3-Sep-08 23:21
Learning IT3-Sep-08 23:21 
GeneralRe: Object reference not set to an instance of an object. Pin
Bardy853-Sep-08 23:35
Bardy853-Sep-08 23:35 
Questioncustom asp.net sql server shopping cart problem. Pin
VijayVishwakarma3-Sep-08 22:18
VijayVishwakarma3-Sep-08 22:18 
AnswerRe: custom asp.net sql server shopping cart problem. Pin
eyeseetee3-Sep-08 22:27
eyeseetee3-Sep-08 22:27 
GeneralRe: custom asp.net sql server shopping cart problem. Pin
VijayVishwakarma3-Sep-08 22:31
VijayVishwakarma3-Sep-08 22:31 
GeneralRe: custom asp.net sql server shopping cart problem. Pin
eyeseetee3-Sep-08 22:55
eyeseetee3-Sep-08 22:55 
I think like Christian said below it may be better to use tables.
Imagine one of your tables in your database is the shopping cart and then store the details in there. You could put an expiry time on the product, so say 1 hour and after that it is then removed from the shopping cart.
Run some code in your application which checks the table for any items which have been in there longer than an hour, if so delete them and they will then be removed from the shopping cart.
If you think logically about how to do this with tables it will become quite easy.
feel free to ask more questions

The answers posted by me are suggestions only and cannot be used in anyway against me.

GeneralRe: custom asp.net sql server shopping cart problem. Pin
VijayVishwakarma3-Sep-08 23:29
VijayVishwakarma3-Sep-08 23:29 
AnswerRe: custom asp.net sql server shopping cart problem. Pin
Christian Flutcher3-Sep-08 22:40
Christian Flutcher3-Sep-08 22:40 
GeneralRe: custom asp.net sql server shopping cart problem. Pin
VijayVishwakarma3-Sep-08 22:59
VijayVishwakarma3-Sep-08 22:59 
GeneralRe: custom asp.net sql server shopping cart problem. Pin
eyeseetee3-Sep-08 23:38
eyeseetee3-Sep-08 23:38 
GeneralRe: custom asp.net sql server shopping cart problem. Pin
VijayVishwakarma3-Sep-08 23:57
VijayVishwakarma3-Sep-08 23:57 
GeneralRe: custom asp.net sql server shopping cart problem. Pin
eyeseetee4-Sep-08 0:17
eyeseetee4-Sep-08 0:17 
GeneralRe: custom asp.net sql server shopping cart problem. Pin
VijayVishwakarma4-Sep-08 0:31
VijayVishwakarma4-Sep-08 0:31 
QuestionSetting up an enviroment for sharpoint 2007 Pin
TheEagle3-Sep-08 21:36
TheEagle3-Sep-08 21:36 
QuestionHandling Browser Close button Pin
K V Sekhar3-Sep-08 21:30
K V Sekhar3-Sep-08 21:30 
AnswerRe: Handling Browser Close button Pin
Abhijit Jana3-Sep-08 22:43
professionalAbhijit Jana3-Sep-08 22:43 
GeneralRe: Handling Browser Close button Pin
K V Sekhar3-Sep-08 23:03
K V Sekhar3-Sep-08 23:03 
GeneralRe: Handling Browser Close button Pin
K V Sekhar4-Sep-08 0:07
K V Sekhar4-Sep-08 0:07 
AnswerRe: Handling Browser Close button Pin
eyeseetee3-Sep-08 22:57
eyeseetee3-Sep-08 22:57 
Questiongridview rowupdating using parametrized query. Pin
wajans3-Sep-08 21:20
wajans3-Sep-08 21:20 
QuestionGrid view issue while editing Pin
trilokharry3-Sep-08 20:27
trilokharry3-Sep-08 20:27 
QuestionEmail domain verification code not working Pin
Learning IT3-Sep-08 20:23
Learning IT3-Sep-08 20:23 
AnswerRe: Email domain verification code not working Pin
Guffa3-Sep-08 20:45
Guffa3-Sep-08 20:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.