Click here to Skip to main content
15,897,187 members
Articles / Web Development / ASP.NET

How get selected value of dropdownlist in MVC3

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
3 Nov 2012CPOL 4.4K  
Hi please help me out i want to get selected text from DDL in MVC3Here is the follwing codeIn modelpublic SelectList Ddl { get; set; } public List SelectedValue { get; set; }In controler for filling the DDL public ActionResult Create() { ...

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 3-Nov-12 20:09 Available Sandeep Mewara
Formatting...
1 No 3-Nov-12 17:43 Available Himanshu Yadav

License

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


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions