Can you give me the coding on how to store the checkbox i checked in the
database.For eg. If i checked apple,orange,and grape, how can i make sure
in table "order" in the database,apple,orange and grape is stored.
I am using sql server.
And the coding on how can i calculate the total of the goods checked to
produce bill if the price of the goods are already stored in the "goods" table
in the database.Another question, how can i stored continuous information from 2
interfaces to one row of table in the database?For eg. in my system i am taking
order for catering.The customer will have to key in their id and quantity of
guest invited(to be multiply with the goods price) and after they chose the
time of the function,either tea break or dinner,they move to the next
interface,(which are the checkbox things above)so i want the information in the
next interface to be stored in the same row with the id and quantity from
the prev interface.Help me..Please!!Or,if it is too complicated,can you give
me any way to simplify it a little bit.Thanks in advance.!
database.For eg. If i checked apple,orange,and grape, how can i make sure
in table "order" in the database,apple,orange and grape is stored.
I am using sql server.
And the coding on how can i calculate the total of the goods checked to
produce bill if the price of the goods are already stored in the "goods" table
in the database.Another question, how can i stored continuous information from 2
interfaces to one row of table in the database?For eg. in my system i am taking
order for catering.The customer will have to key in their id and quantity of
guest invited(to be multiply with the goods price) and after they chose the
time of the function,either tea break or dinner,they move to the next
interface,(which are the checkbox things above)so i want the information in the
next interface to be stored in the same row with the id and quantity from
the prev interface.Help me..Please!!Or,if it is too complicated,can you give
me any way to simplify it a little bit.Thanks in advance.!