Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi everyone,
i'm developing , for exercices, a e-commerce site in ASP NET (VB) and i don't understand how i deal the grid view if i use this code to popoulate it :

VB
GridView1.DataSource = cmd.ExecuteReader()
GridView1.DataBind()


I have developed the function of "search item" in my site but how can i implement the function of "Buy item" ?

What I have tried:

How the system keep in memory the basket? (i will implement it too)

Thanks for helping me, good day everyone
Posted
Updated 13-Mar-17 23:02pm
v2

This may help point you in the right direction: Build a Shopping Cart in ASP.NET[^]
 
Share this answer
 
Comments
EmanuelPirovano 14-Mar-17 5:24am    
Thanks guys
Off topic for this forum I'm afraid - we can't teach you stuff here.

Have a look through these CodeProject articles - Search[^] but do come back with any specific problems.
 
Share this answer
 
Comments
EmanuelPirovano 14-Mar-17 5:25am    
Thanks ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900