RB:
<input type="radio" onclick="accountShow()" runat="server" name="GuestAccount" class="GuestAccount" value="1" />
<input type="radio" onclick="accountShow()" runat="server" name="GuestAccount" class="GuestAccount" value="0" />
Action:
Public Function Edit(ByVal guestAccount As String) As ActionResult
However I am receiving a null value