Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to build web application that will do:

1 - build web pages. 1a - build template for page. 2 - add module(by module I mean ContacUs form, Search, Billing System...). Each module can be constructed by submodules or diveded to submodules 2a - build module(add form, textbox, button...) and that all entered data by user could be saved in db

Can you advise me a DB structure that will contain it all

I looked some cms db, but it's NOT this. Please, don't ask why I mess with it. I just need to build it.

Thank you
Posted

You may wish to try using an existing open source solution like mojoportal or dotnetnuke. These solutions already do pretty much everything you want to do and you don't have to do it all yourself.
 
Share this answer
 
Comments
Espen Harlinn 16-Jan-11 8:47am    
5+ Good answer - if you are able to roll your own CMS, you wouldn't need ask a question like this ...
You should be more specific about your question. Also You should have searched in web. I got the below things in 1st page result of Google.
OP wrote:
build web pages

Your first website - ASP.NET[^]
OP wrote:
build template for page

Easy ASP.NET Page Templates[^]
OP wrote:
ContacUs form

Creating a ASP.NET Contact Form[^]
OP wrote:
Search

Internal Site Search Engine[^]
OP wrote:
Billing System

You can develop that, start things & when you have any doubt/issue ask here with clear question + your code + error message
OP wrote:
Can you advise me a DB structure that will contain it all

Browse from here Library of Free Data Models from DatabaseAnswers.org[^]
 
Share this answer
 
Comments
TheAteist 16-Jan-11 1:47am    
For example: I build module "ContactUs". I add to it some TEXTBOXes and button and want to save the form in DB in that way that when the module is loaded it will "constructed" from DB. And also I need table that will save all data entered in this module. Of course, the tables that save the structure of the module and the data should be generic for all other modules.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900