I have a web form in an old VS 2008 asp.net jQuery Mobile project that submits data to my server. This form has worked without any issues prior to upgrading the jQuery Mobile code to the latest build.
Now, when the form is submitted, none of the radio buttons or radio button selections are recognized on the server. It appears as though they are not being submitted with the form. I can get the information from all of the other form fields.
Has anyone seen this issue? Again, the only change I made was from the 1.0b1 build to the latest jQuery Mobile build.
Any help would be greatly appreciated.