Posted on: 10/21/2014 11:24:38 AM | Views : 425

Hello All,
We have stored the controls information(id, name etc.) in our database. 
Now, based on the data we want to show/hide controls using jQuery in MVC.
What we are thinking is store controls information in key/value pair in json format
For e.g.  
PasswordControl Show LocationControl Hide and pass this json to jQuery function and in function based on value controls will be shown/hidden.
So, how can I do it ?


Go to the complete details ...