Aarush dixit
Total Post:1
Points:7Here is my code, i am not able to send request to server with parameter on button click.
<td>
@Html.ActionLink("Edit", "Edit", new { Id = Data.StudentId })
</td>
Total Post:1
Points:7Here is my code, i am not able to send request to server with parameter on button click.
<td>
@Html.ActionLink("Edit", "Edit", new { Id = Data.StudentId })
</td>
© Copyright © 2010 - 2018 MindStick Software Pvt. Ltd. All Rights Reserved
Post:44
Points:310Re: Send request to server with parameter in mvc razor view
Hi Aarush,
After analyzed your code i have found that you are missing "@" in your parameter.
Kindly follow given line of code: