Hi, What i have been trying to do is make an order entry form that can take order in bulk. In the attached jpeg file you will find that in each row there is check box, a label, two text boxes and a drop down list. Labels are data binded, on clicking the submit button, if the check box is checked, the row is to be considered to be saved in a different table. Please suggest a better way of handling it. If possible provide code.