I have a table which have 10 fields and populated with data bond but i want to change/update the data of one column with one selection of select input.
Let me know logic and if available anycode
that's the textbox
I want to attach a dropdown with this textbox
when we select the dropdown's item it change all values of above textbox.
Let me know logic and if available anycode
that's the textbox
Code:
<%if printview="" then%><input name="<%=txtDiscName%>" autocomplete=off tabindex="2" type="text" id="headDisc" value="<%=Round((rs("Price")-rs("TPrice"))/rs("Price")*100,0)%>" size="3" onKeyUp="UpdateTPrice(this)">
when we select the dropdown's item it change all values of above textbox.
Comment