User1928394251 posted
hello . my view :
@using (Html.BeginForm("index4", "afishstudio", FormMethod.Post, null))
{
<h5> مدیرکل: @Html.RadioButton("modiran_semat", "modirkol") </h5>
<h5> قایم مقام: @Html.RadioButton("modiran_semat", "ghaemmagham") </h5>
<h5> معاون خبر: @Html.RadioButton("modiran_semat", "moaven_khabar") </h5>
<h5> معاون فنی: @Html.RadioButton("modiran_semat", "moaven-fani") </h5>
<h5>معاون سیما: @Html.RadioButton("modiran_semat", "moaven-sima") </h5>
<h5> معاون صدا: @Html.RadioButton("modiran_semat", "moaven-seda") </h5>
<input type="submit" id="submit" name="submit" value="click" />
}
i dont know how must pass values to controller and then show another view .
thanks