Click here to Skip to main content
15,918,889 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a database driven website means all the pages has to be load from database only on some query?
any idea,help,article,link???
Thanks in advance?

asp.net 4.0 and database mssql 2008?
Posted
Comments
Ankur\m/ 7-Mar-13 3:18am    
All dynamic websites uses database. Database just stores the data and not the website code. What do you actually want isn't very clear to me.
Sandeep Mewara 7-Mar-13 9:46am    
Please be specific. what have you tried and where are you stuck?
ZurdoDev 7-Mar-13 10:01am    
We have lots of ideas but what specifically do you need help with?

you can divide the whole page into some iframes/div
next load saved content onto the div as innerhtml or create a temporary html page conatining your html scripts.

loading and fetching can be done using backend coding.

if I got it right its a cms driven website. else apologies.
 
Share this answer
 
If I have understood you correctly, you need the CMS for your web Application.
Query the database and get all the details from page title to header/footer/body text/layout details from db.

Check the links here,
Creating Content Management System for ASP.NET[^]

Basic Content Management System with ASP.NET and MS Access[^]

Hope this helps.
cheers
 
Share this answer
 

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