I just wanna ask if there’s a way in C#/ASP.NET to create ‘dynamic’ tables/fields
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its not clear if you want code here or a tool.
If you want code then DDL (something that I suspect a surprisingly large number of people are not sufficiently aware) will do the job for you – I’m not sure if there are open source admin projects out there (there’s this, but its way out of date: http://sourceforge.net/projects/asp-ent-man/) – ah, the MS one is one Codeplex: http://www.codeplex.com/SqlWebAdmin – again not up to date, but it will almost certainly work.
If you’re just after tools then you should probably be on serverfault (-: This isn’t exactly what you want as it lives in IIS Manager but it may be of interest: http://www.iis.net/expand/DatabaseManager (the Web Platform Installer is your friend!)