1
Hi, I’m trying to add @onchange to my EditorFor
, Yeah, I’m gonna have to add that field dynamically
CURRENT LINE
@Html.EditorFor(model => model.CEP, new { @class = "classe" }, new { @onchange = "myfunction(id)" } })
in my case, I would have another line of this, passing the id of this field in the function
you are in error. as it should be?
Thank you @Gypsy :)
– Furlan