ok so i\'m trying to figure out how to properly call a modal popup for my page using Controllers as per this post\'s suggestion
ASP.NET MVC modal dialog/popup best p
$('#CheckGtd').click(function () { if ($(this).is(":checked")) $("#tbValuationDate").attr("disabled", false); else $("#tbValuationDate").attr("disabled", "disabled"); });