Rini

Rini

  • 1.5k
  • 204
  • 31.7k

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)