How To Copy Multiple TextBox values to XML in JavaScript?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VaibhavIshapy
    New Member
    • Mar 2013
    • 1

    How To Copy Multiple TextBox values to XML in JavaScript?

    The Textboxes are being generated at runtime ....they will get generated until the user fills the value in the preceding textbox and press enter. The values in the all textboxes need to be stored into the XML file so that the data can be transferred to SQL at once .(no need to hit the database again and again for better performance)/
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    What have you tried so far? Please post your code.

    Comment

    Working...