Ben Ben

Ben Ben

  • NA
  • 4
  • 675

Dynamically add columns based on user selection ASP.NET MVC

Mar 4 2015 12:57 AM
Hello,
In my application have multiple admins. Admin can define the fields(Admin can define the columns).
Based on admin i have to get the data's from client users and save it to my MSSQL database.

Example

Admin 1
   
User NameAddress  
    
Admin 2
   
UserNameAddressPhone No 
    
Admin 3
   
User NameAddressPhone NoEmail_id



I am developing this application using ASP.NET MVC, C#, SQL Server.

Please suggest me to do that.

Thanks,
Ben