forum

Home / DeveloperSection / Forums / Controller method not found error

Controller method not found error

Anonymous User 1133 18-Dec-2017

Hi Expert,

I can't able to send a request to the server through javascript code on checkbox click. Here is my code,

 $.post("Admin/UpdateUser", { userId: $(this).attr("id") }, function (response) {

            showMessage(response.message);
        })

Its raised error, Please give me some suggestion to accomplish my task.


Updated on 18-Dec-2017
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By