Add an easy to manage news section to ASP.NET website
I have an ASP.NET based web app, and I want to add an update/news section to the portal. I don't want to add this through a table that reads data from the database, but use some other way that easily allows me to publish this news content/website updates on the portal.
I'm looking at u开发者_如何转开发sing blogengine.net to publish the content for now. But I'm open to something simpler as an ASP.NET control.
Thanks.
I'd agree with @ShoaibShaikh - you could define a simple xml file format (perhaps take a look at the RSS formats) and, in your control, bind a repeater to it.
精彩评论