Recommended method for querying table from clientside

Recommended method for querying table from clientside

AstecConsultingAstecConsulting Posts: 11Questions: 2Answers: 0

Can you recommend a simple method to lookup a value in a database that corresponds to the selected value in a dropdown list ? Since this is happening at the client side,(Lightbox editor) I need to pull the value down before the edit form is closed. In the dotnet world I will hide the value I am looking to assign as a field in the pulldown, then just reference it after the selection. Its a small table so I could also assign it to an array as the table data changes infrequently.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.