$(function () {
$("input[name='RadioType']").each(function () {
if ($(this).val() == '<%: ViewData["RadioType"]%>') {
$(this).attr("checked", "checked"); } }) })
$(function () {
$("input[name='RadioType']").each(function () {
if ($(this).val() == '<%: ViewData["RadioType"]%>') {
$(this).attr("checked", "checked"); } }) })