data loss while moving items between lists box using javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UGF1bA==?=

    data loss while moving items between lists box using javascript

    I have two list boxes and am able to have the user move items back and fourth
    between them without post back but when the save button is selected (that
    saves data to the dbase from the list box) it appears that there is no data
    in the destination box. Is there a way to fix this problem using hidden
    controls or some other method, thanks.
    --
    Paul G
    Software engineer.
  • Mark Rae [MVP]

    #2
    Re: data loss while moving items between lists box using javascript

    "Paul" <Paul@discussio ns.microsoft.co mwrote in message
    news:D2273581-7069-433D-99A5-C7FCA6D1DF5D@mi crosoft.com...
    I have two list boxes and am able to have the user move items back and
    fourth
    between them without post back but when the save button is selected (that
    saves data to the dbase from the list box) it appears that there is no
    data
    in the destination box. Is there a way to fix this problem using hidden
    controls or some other method, thanks.
    Hidden fields is the usual method:
    A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.



    --
    Mark Rae
    ASP.NET MVP


    Comment

    Working...