There are two Combobox
s, one button
, and a GridView
in a page.
When I click the button, the selected items of the Combobox
s should be inserted to the GridView
and at the same time updated in database.
When I click the button it should not perform a postback. Users should be able to add lots ot records when hitting the submit button.