I want to design webpage to submit an order for a restaurant, in that a customer can choose one or more option from one checkboxlist and determine the quantity of each meal from a radiobuttonlist beside each kind.
I can read from the checkboxlist using foreach, but still I could not iterate in the different radiobuttonlist for each selected checkboxlist item?
I can read from the checkboxlist using foreach, but still I could not iterate in the different radiobuttonlist for each selected checkboxlist item?
Comment