79104003

Date: 2024-10-19 00:51:20
Score: 2.5
Natty:
Report link

When you push the url http://localhost:54977/student/Edit/1 you expect your first action which is GET to be executed, but your second action which has the [HttpPost] tag is called, to solve this problem just Change your request type from POST to GET.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (0.5):
Posted by: SHamedSS