Rini

Rini

  • 1.2k
  • 204
  • 31.5k

On change is not working

Jun 3 2015 5:29 AM
Not firing the onchange
my code is
@Html.DropDownList("drpdwnPatientType", ViewBag.drpdwnPatientType as SelectList, new { style = "width:245px", onchange = "DrpPatientType()" }) 

Answers (2)