Click here to Skip to main content
15,907,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I want to add adropdown in mvc3 List page .


Note: Please note I want to add a dropdown in List Page not Add page.




Thanks& Regards,
Anupama
Posted
Comments
Jitendra Sabat 29-Aug-13 6:25am    
What do you mean by List page and Add page.I can't figure out what your requirement is and what you want.Please explain your problem briefly.
Pratik Bhuva 8-Nov-13 2:33am    
You question is not clear.
what exactly you want.
And i haven't heard of "Add Page & List page".

1 solution

Like already being said, you need to clear your question. Anyway you can simply use the <selection> tag to create a drop down list. Here is an example.

<selection id="dropdown">
<option value="Active">Active</option>
<option value="Inactive">Inactive</option>
</selection>

You can access the value simply by using the id.val() method.</selection>
 
Share this answer
 
v2

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