I have a html:select tag box and I want to make it copy pastable directly from an excel sheet or notepad so as to dynamically updating its options, is it possible. Current code has html:select box separately and below this another text box is there, where i fill the numeric value, then press add button below and then it gets updated in the html:select tag box.
Is it possible to copy from some list of numeric values and then directly paste into the html:select and the array list gets updated from this pasted list.
Thanks in advance fro your replies.
Is it possible to copy from some list of numeric values and then directly paste into the html:select and the array list gets updated from this pasted list.
Thanks in advance fro your replies.
Comment