开发者

Getting value of disable radio button control in asp.net C#

Not getting value of radio button which i disable using JQuery before page s开发者_开发技巧ubmit.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜