c# - How to insert datalist value into another databse tables? -
assumes have 2 tables,table 1 , table 2. table 1 contains information such pictures, name , price. table 2 contains information order list,table number,quantity , price.
if used datalist display data table 1, , added quantity(name) drop down list, table number(name) drop downlist , submit button, how can add selected data table 2?
*i'm trying create ordering menu using asp.net, shows food menu table 1 using datalist , waiter submit quantity,table number , food name kitchen side (kitchen.aspx) has gridview order list,quantity , table number on it.
Comments
Post a Comment