I work on asp.net mvc project .I need to checj radio button list have at least one option selected using jquery
so how to check if radio button one from options selected using jquery client side please
@model HR.WorkforceRequisition.Models.ResignationRequester
@{
ViewBag.Title = "Requester Index";
Layout = "~/Views/Shared/_LayoutResignation.cshtml";
}
Mohammad HussainPosted Sep 14, 2023, 6:58 AM
Rajeev KumarPosted Sep 13, 2023, 6:12 AM
Amit MohantyPosted Sep 13, 2023, 6:01 AM