I have created one mvc3 application.
There is one form where i’m taking values from user.
There is one field called Gender
i want to give a dropdown list for that with values Male and Female
but i dont understand where and how i specify there values please help.
I need an Ajax Helper method for this or any asynchronous script
the easiest way is to do this in Html :
You can also do this with razor :
after having done this inside the controler :