How do I display a alert
or a Response.Write
of controller
, on screen, to see if it is passing through it?
How do I display a alert
or a Response.Write
of controller
, on screen, to see if it is passing through it?
You can return an alert:
return JavaScript("<script>alert(\"método CarregarGrid()\")</script>");