Click here to Skip to main content
15,917,645 members

Comments by Nithu Nithiya (Top 2 by date)

Nithu Nithiya 4-Mar-16 2:57am View    
i am trying with same code with few modification based on my requirements, it works fine , Thank you @Manas_Kumar
Nithu Nithiya 24-Feb-16 1:37am View    
@Html.DropDownList("Employee", (SelectList)ViewData["empName"], new { onchange = "Action(this.value);", @class = "form-control" })
It is my Dropdownlist ,
In this DDL, which obj name i mentioned inside of json obj
var jsonObj = { "empId": $("#DDL_Employee option:selected").val()) };