Thursday, October 12, 2017

Request.QueryString in view

 if ('@string.IsNullOrEmpty(Request.QueryString["sprtPlan"])'=='False') {
                $('#ChangePlan').toggle();//toggle based on request query string
        }