Hi,
I have got an update panel which contains 2 ASP.NET List boxes on its left and right sides and 2 HTML buttons on between which can swap list items back and forth between the 2 ASP.Net list boxes usingJavaScript.
On the bottom of the UpdatePanel there is an ASP.NET button for submitting the form when swapping finished.
The Question is that:
Why when I move items from the left list box to the right one, the Submit button stops working and when I move the swapped items back to the original list box (Left one) it starts working!
I think there is something to do with page status but not quite sure what!
Please not that I do not want to use the postback trigger.
Any help would be appreciated.