Here’s the setup:
I have a list on a database I gather with AJAX. I have it listed the same way a @DBlookup would list. (ie, each entry separated by a semi-colon)
Now, I need fill a combobox with said list using Javascript.
The reason I’m using AJAX is that the list is too large for a @DBlookup to gather it in reasonable time. Whereas with AJAX, I have quickly.