We have a page that contains a ListBox that is disabled (in the codebehind). This ListBox can be enabeled by checking a checkbox on the page; it gets re-enabled with javascript using JQuery.
So, the problem is when the control is first disabled then re-enabled on the page, it does not have a selected item even if one is selected.
The same code works fine if the ListBox was never disabled in the codebehind.
Is there any way to re-enable the ListBox, using JQuery, so the selected values will be posted to the server?
this is a .net 2.0 project using VS 2005 and no .NET MVC