Showing posts with label select. Show all posts
Showing posts with label select. Show all posts

Wednesday, October 9, 2013

get selected dropdown value using jquery


$('#ddlSDIDepositSchedule').change(function () {
    alert($("#ddlSDIDepositSchedule").val());
});

http://jsfiddle.net/rahularyansharma/KSwcd/ 

.net core

 Sure, here are 50 .NET Core architect interview questions along with answers: 1. **What is .NET Core, and how does it differ from the tradi...