Click here to Skip to main content
15,896,513 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to get selected text of dropdown in mvc4
Posted
Comments
joshrduncan2012 9-Sep-14 9:26am    
What have you tried? Where are you stuck? Are you getting any errors?
Ranjeet Patel 10-Sep-14 5:06am    
where you want to take the text of the dropdown. in client side if you want use jQuery if you want to send the text behind the page then use model in mvc.

i think you should use jquery to do that..
 
Share this answer
 
Refer here[^]
You can refer to the solved answer in the above link
C#
$("#ID").change(function(){
//Code goes here..
//Change event is there..
});
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900