$.ajax({ type: "Get", url: "/User/ResetPassword/", success: function (data) { $("#divId").html(data); } });
No comments:
Post a Comment