I have an array that I have and which in working with the manula entries I have typed in.
With this array...what do I need to do to populate it with the items in a datalist from vb code behiond?
<script type="text/javascript">
var from_array = new Array('Pink',1,2,'Green',4
,'Yellow')
; // this array has the values for the source list
var to_array = new Array('Red',3,5); // this array has the values for the destination list(if any)
</script>
Start Free Trial