SyntaxFix
Write A Post
Hire A Developer
Questions
There are two options here.
Edit
@Html.Hidden("clubid", ViewBag.Club.id)
or
@using(Html.BeginForm("action", "controller", new { clubid = @Viewbag.Club.id }, FormMethod.Post, null)