2
Reply

Why am i always getting null?

shosho s

shosho s

Feb 22 2016 2:04 AM
287
var selectedID= $('#@Html.IdFor(m => m.StudentId)').val();
 Note: This value is a dropdownlist is read from a dropdownlist when the page loads.
 
 why is this always giving me the result of  "  " when im using it in my view (mvc)??
but when i write it in console im actually getting the value of the Id.
 
Can someone please help me out?
Thank you in advance. 

Answers (2)