2
Answers

On change is not working

Photo of Rini

Rini

10y
822
1
Not firing the onchange
my code is
@Html.DropDownList("drpdwnPatientType", ViewBag.drpdwnPatientType as SelectList, new { style = "width:245px", onchange = "DrpPatientType()" }) 

Answers (2)