asp.net help

ins

Member
Dec 21, 2006
403
6
0
machaan///we have an assigment and we have created an e-commerce website./...we have linked iot to the database too...
heres the problem....since wer doing it dynamically does anyone know about the shopping cart coding??the coding to link a session to a table in the shopping cart...
i mean once we click the button add to cart the product must be in the cart...i hope you would have got it....

you cant use ajax,php..n stuff...only asp.net..

im stuck guys,,pleae help me...


thanks alot guys
 

agarp

Member
Aug 21, 2008
327
1
0
once i did a shopping card for a .net project,
its a group project and i have the code but unfortunately im not sure wther tht version is having shop cart and since i uninstalled visual studio and IIS not configured i dont have a way to check that
if you want pm me for more details
 

nirosha_s

Member
Dec 25, 2007
340
4
0
Hi

Hi

Call This Guy. He is Selling Shopping carts and Developing Carts. 0717012550. You can get a help from him.





machaan///we have an assigment and we have created an e-commerce website./...we have linked iot to the database too...
heres the problem....since wer doing it dynamically does anyone know about the shopping cart coding??the coding to link a session to a table in the shopping cart...
i mean once we click the button add to cart the product must be in the cart...i hope you would have got it....

you cant use ajax,php..n stuff...only asp.net..

im stuck guys,,pleae help me...


thanks alot guys
 

kosandpol

Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    machaan///we have an assigment and we have created an e-commerce website./...we have linked iot to the database too...
    heres the problem....since wer doing it dynamically does anyone know about the shopping cart coding??the coding to link a session to a table in the shopping cart...
    i mean once we click the button add to cart the product must be in the cart...i hope you would have got it....

    you cant use ajax,php..n stuff...only asp.net..

    im stuck guys,,pleae help me...


    thanks alot guys
    are you allowed to use cookies ?
     

    ins

    Member
    Dec 21, 2006
    403
    6
    0
    yes maan....the shopping cart and the search function are the only hurdles i have go through.....
    please guys..help me out..
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    yes maan....the shopping cart and the search function are the only hurdles i have go through.....
    please guys..help me out..
    You have to have a table that will record the session id and ip address along with the selected items and quantities.
    This makes your site work slowly since it has to read and write from the table on every page refresh.