Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
so basically what i supposed to do is design admin page from where the admin can edit the about us content on home page dynamically using asp.net? please give me steps as i am new here in c#. also i supposed to save this text to database as record and fetch it and display it on home page dynamically.please help asap
Posted
Comments
Nathan Minier 21-Oct-15 7:45am    
Erm, your answer is in your question. Save as a database entry. Populate text from database entry. About as cut and dry as you can get.

Here's the Channel9 learning series, with moving pictures:
https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners

1 solution

This article shows a technique for building ASP.NET web pages where the entire page contents are created dynamically in code-behind:
Building ASP.NET Web Pages Dynamically in the Code-Behind[^]

-KR
 
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