I have this piece of cshtml code i'm trying to use to default to a particular state in the United states. Thanks in advance.
<label class="dnnLabel">@Localization.GetString("State"):</label>
<select id="@(Model.Prefix + "state")" name="@(Model.Prefix + "state")" tabindex="@(Model.TabIndex + 8)" ></select>
<input type="hidden" id="@(Model.Prefix + "tempregion")" value="@Model.Address.RegionBvin" />