$('#ddlSDIDepositSchedule').change(function () {
alert($("#ddlSDIDepositSchedule").val());
});
http://jsfiddle.net/rahularyansharma/KSwcd/
$('#ddlSDIDepositSchedule').change(function () {
alert($("#ddlSDIDepositSchedule").val());
});
alert($('#Crd').val());
and we select Rahul , we get 1$('#dropdownId option:selected').text();
Certainly! Here are 10 advanced .NET Core interview questions covering various topics: 1. **ASP.NET Core Middleware Pipeline**: Explain the...