how to change the multiple textboxs value with a dropdown selection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gm000
    New Member
    • Nov 2009
    • 11

    how to change the multiple textboxs value with a dropdown selection

    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

    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)">
    I want to attach a dropdown with this textbox
    when we select the dropdown's item it change all values of above textbox.
    Last edited by Niheel; Jun 2 '10, 01:17 AM. Reason: merge question details and also fixed grammar, punctuation
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    show the code for your bound data, I'm having trouble visualizing what you are trying to do.

    Jared

    Comment

    Working...