Common code R&D
Reload an iframe with jQuery $('#frame', window.parent.document).attr('src', $('# frame ', window.parent.document).attr('src')); Get /Set Enum Value var name = Enum.GetName(typeof(SelectSumInsured), 1500000); SelectSumInsured eVal = (SelectSumInsured)Enum.Parse(typeof(SelectSumInsured), "1500000"); state.LifeCovered = eVal;