Not getting value of radio button which i disable using JQuery before page submit.
+3
A:
ASP.NET 2.0 doesn’t submit client-side disabled controls by default
You can use HtmlForm.SubmitDisabledControls Property to specify whether to force controls disabled on the client to submit their values when the page posts back.
rahul
2010-04-29 09:11:32
Thaks a lot for help its work
Abbas
2010-04-30 11:12:22