I
Ionic
Guest
ASP.NET? Essentially, I'm making a e-commerce site.
I have my database all set with all the data tables already made.
I made the majority of the website showing tables with all the data in their respective locations.
I have no problem querying the database to show the data on a certain page.
The problem I'm having is the shopping cart.
I don't know how to add data to a data table using a button.
I'm not sure i'm explaining this correctly...
But what I want to do is click a "buy" button on a certain Item, that i've shown on a grid, and have that item be added to that customers shopping cart.
I'm using Visual Web Developer 2008 / Visual Studio 2008
I don't know how to code in vb or c# either...
So far i've done everything by just querying tables and putting it into grids.
Can anyone guide me in the right direction??
I've looked at tons of videos on ASP.NET and no success...
I have my database all set with all the data tables already made.
I made the majority of the website showing tables with all the data in their respective locations.
I have no problem querying the database to show the data on a certain page.
The problem I'm having is the shopping cart.
I don't know how to add data to a data table using a button.
I'm not sure i'm explaining this correctly...
But what I want to do is click a "buy" button on a certain Item, that i've shown on a grid, and have that item be added to that customers shopping cart.
I'm using Visual Web Developer 2008 / Visual Studio 2008
I don't know how to code in vb or c# either...
So far i've done everything by just querying tables and putting it into grids.
Can anyone guide me in the right direction??
I've looked at tons of videos on ASP.NET and no success...