Using ASP & SQL:
I have a table with:
IDColumn, CostType , CostValue
I have a populated drop down list that contains just the costtype.
When someone selects one of the items it needs to put the costs into the text field.
Im expecting its using the Onchange on the drop down list.
What I dont know how to do is get the connected cost value into the text box.
All help needed here, as I do not really have a clue what to do, but I know I do not want to refresh the page.
I have a table with:
IDColumn, CostType , CostValue
I have a populated drop down list that contains just the costtype.
When someone selects one of the items it needs to put the costs into the text field.
Im expecting its using the Onchange on the drop down list.
What I dont know how to do is get the connected cost value into the text box.
All help needed here, as I do not really have a clue what to do, but I know I do not want to refresh the page.