Click here to Skip to main content
16,019,018 members

Comments by Member 12595442 (Top 2 by date)

Member 12595442 29-Jun-16 4:50am View    
Deleted
how to call javascript function in html helper that is @html.dropdownlistFor?

i have code but that is not working :
@Html.DropDownListFor(m => m.CountryId, Model.CountryId,null, new { @onchange = "ChangeCulture();" })

i'm getting error over here : Model.CountryId,null

so please help me.
Member 12595442 22-Jun-16 8:37am View    
hi I want code for email sending for password reset with the proper explanation