For a C# version, can anyone point me in the direction of a way where a user could login as an admin and add content to the events section of the first page? Ideally, it would have an expiration date after which the entered text would disappear. This functionality
would resemble a CMS but in a very limited, specific way, targeting on small section of a page.
If you want an example of this try downloading the
Subsonic Starter Kit and take a look at how they implement the content sections on physical pages. It will give you some ideas on how to implement it. I don't believe that it has an expiry date but that could be implemented.
Member
15 Points
122 Posts
Updating content in Personal Starter Kit
May 12, 2008 05:01 PM|sbudlong|LINK
For a C# version, can anyone point me in the direction of a way where a user could login as an admin and add content to the events section of the first page? Ideally, it would have an expiration date after which the entered text would disappear. This functionality would resemble a CMS but in a very limited, specific way, targeting on small section of a page.
Star
7692 Points
1845 Posts
Re: Updating content in Personal Starter Kit
May 12, 2008 11:40 PM|whighfield|LINK
If you want an example of this try downloading the Subsonic Starter Kit and take a look at how they implement the content sections on physical pages. It will give you some ideas on how to implement it. I don't believe that it has an expiry date but that could be implemented.
Member
15 Points
122 Posts
Re: Updating content in Personal Starter Kit
May 13, 2008 02:37 PM|sbudlong|LINK
William,
Thank you very much. That link will get me started in the right direction. Then I'll look into how to have to update expire after 24 hours or so.
I appreciate your help.