if (ViewData.ModelState.ContainsKey(WebConstants.UserIsNotLinkedToOrg))
{
string orgNum = Model.OrganizationName;
Html.RenderPartial("~/Views/Shared/NotLinkedToCurrentOrgMessage.ascx", orgNum);
}%>
- All Posts
Blog
Questions
There are currently no posts. Please check back later.