Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI;

I have created a web site with asp.net in vb and a database sql 2005.
I have created master pages and 5 other pages include the home page.
Into my admin pages that i have created only the admin user can acces.
Now from this admin page i want to upload and refresh my web site so
i can make changes to my site directley from my admin pages and not from
the source or from my database. How can i connect my admin pages with my
contents of my master page and the other contents of my pages so when i make he changes to a specific content the information its goes first to dhe database and after that it makes the refresh to specific content.



Sorry but i am new with asp.net and vb language
Posted

1 solution

DhavalG wrote:
How can i connect my admin pages with my
contents of my master page and the other contents of my pages so when i make he changes to a specific content the information its goes first to dhe database and after that it makes the refresh to specific content.


By making the page itself format itself from data that comes from a config file or ( better ) the database, so that you can make changes there, and the page will set itself up according to your request.
 
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