Before i do postback on button click i need to get data from several controls one at at time & store it before inserting it in sql table
suppose its a dropdown control, the user selects multiple choices
say CITY {Mumbai, madras, dehli}
age range 20- 30 from textbox control etc.
currently on each data selection of control i have button click event which inserts data
but i wuld like to store this data somehwere til all the selctions are made & use the button click once
i need to store 2 values for each selection ie CITY MUMBAI etc