Click here to Skip to main content
15,922,325 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Hello! How can you transfer the data from basket table to the order table?

Im thinking of using grid views for this. After I get the customer details, i want to confirm the order. Thats why I'm stuck and don't know what to do next
Posted
Updated 10-Apr-12 2:49am
v2
Comments
ZurdoDev 10-Apr-12 8:02am    
Write SQL and C# code to do it.
OriginalGriff 10-Apr-12 8:12am    
Read the basket table row by row, and raise an order appropriately.
What part of this is giving you difficulties?
StevensonLee 10-Apr-12 9:45am    
Im thinking of using grid views for this. After I get the customer details, i want to confirm the order. Thats why I'm stuck and don't know what to do next

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