Question
Inserting Values
I have form which consist of multiple text box and dropdown
so when user selects them I need to update there values in a table.
So what is the process I need to do.
what does this mean
update dl.art
set
art.desc = '#FORM["fee_desc.#i#"]',
art_type = '#FORM["art_type.#i#"]',
