Click here to Skip to main content
15,896,417 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to pass the Checkbox value which is disabled by using Jquery in MVC4.

I want to pass the True/False value while that is disabled mode.
I have tried by usning the below jquery but that is not passing value to Database that is passing Null value

$('#Edit-IsETATech').prop('disabled', true);

IsETATech is Property in model.

That has the NULL value.

If i maintain Attr then is passing value but that is not Disabled.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900