i am using single checkboxfor if checkboxfor is check value is save successfully but how to retrive and if checked then check else not check.......and i am saving db value if checkboxfor is checked then then save "A" otherwise "N"......if i am retrive db data then fetch "A" then how to assign checkbox value and checkboxfor is checked.....plz help me
Loading

Vinay SinghPosted Aug 11, 2016, 4:58 AM
Deepak DubalPosted Aug 11, 2016, 4:28 AM
[HttpGet]
public ActionResult Index()
{
public ActionResult Index(User objUser)
{
{
public bool IsActive{ get; set; }
}
Vinay SinghPosted Aug 11, 2016, 4:13 AM