how to make html:select tag box copy pastable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashish chaudhar
    New Member
    • Jul 2011
    • 2

    how to make html:select tag box copy pastable

    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.
  • ashish chaudhar
    New Member
    • Jul 2011
    • 2

    #2
    please post your replies. Thanks in advance.

    Comment

    • Rabbit
      Recognized Expert MVP
      • Jan 2007
      • 12517

      #3
      This is not doable. Except maybe if you created your own activex control or used a custom one. But that would mean the user would have to download it.

      Comment

      Working...