After validation dropdown list do not select previose value.
<%: Html.DropDownList("Country", (SelectList)ViewData["Country"],"") %>
However in Quick View there is correct selected value. :(
After validation dropdown list do not select previose value.
<%: Html.DropDownList("Country", (SelectList)ViewData["Country"],"") %>
However in Quick View there is correct selected value. :(