'Pass param with @using (Html.BeginForm FormMethod.Get

@using (Html.BeginForm("testGrid", "Transport", new { id= 3062 }, FormMethod.Get))
{

How I can pass the param(id) with [HttpGet] in asp.net mvc without use submit



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source