hi all, i want tan text box to be filled in an .change event of a select box. but that data should be retrieved from db. i dont want to call ajax since it will take time to hit every time the select box changed, So i have an idea to store the data as an array in hidden field and pass it to the jquery.. Is there any way to da this? Can any body tell me how to store array in hidden input field? Thanks in advance...