2
Answers

Why am i always getting null?

shosho s

shosho s

8y
302
1
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)