Dear Friends, this site done for my campus assignment.friends my site is c# asp.net site. this is the shoping cart.in the cheakout page there is a table that load cart item data that people order.there show product name price and qty.also there is drop down menu so we can select payment method.i need is when click contiue button need to save that page details in micorsoft sql server database table.. i need to save flowing deatails in that table userid proid date(curent pc date) qty paymtd database table name is userbuypro. please help me..
Maybe its time to confess to your tutors that you can't do the work? Can you get extra tutorials or assistance? Skipping a step now will only make it harder in the long run.
Go to http://www.asp.net/mvc - they have useful tutorial videos. In any case, it really depends on how you'd wanna do it. There are tons of ways to insert data to DB. The easiest way I could think of is to just use existing controls... so you basically just grab and drop the data table control (I think) and everything should work magically (assuming that you've configured the DB settings in your web.config file).