Hi Team
I want to make my Next button active, only when a user select both radio-button and textbox. i want to know jquery side of things, with my following logic i have below.
- class="col-sm-3">
- @Html.RadioButtonFor(m => m.CourseAdmin.LoginID, "LoginID")
- ="LoginID" class="col-form-label">LoginID
- class="col-sm-3">
- @Html.RadioButtonFor(m => m.CourseAdmin.SIS_ID, "SIS_ID")
- ="SIS_ID" class="col-form-label">SIS_ID
- class="col-sm-12">
- @Html.TextAreaFor(m => m.eNtsaAdmin.eNtsaTextAreaDisc, new { @class = "form-control", style = " font-weight: bold; width:450px" })
- ;div class="modal-footer">
- class="btn btn-secondary" data-dismiss="modal">Close
- class="btn btn-primary">Next
Darshan ShahPosted Sep 23, 2020, 5:14 AM
Guest UserPosted Sep 23, 2020, 7:35 AM
Guest UserPosted Sep 23, 2020, 4:55 AM
Darshan ShahPosted Sep 23, 2020, 3:50 AM
Guest UserPosted Sep 23, 2020, 3:42 AM
Sonu GuptaPosted Sep 23, 2020, 3:38 AM
Darshan ShahPosted Sep 23, 2020, 3:30 AM