How to I create a "New articles of today" list in the website?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, If I would like to retrive the article from the database and display in
- using asp.net like the link below http://www.asp.net/ Or put some bullet that I create, how can I do that? Thanks. Regards, Katelva
From your message above I can derive that you want the following: 1. Display an article which is stored in a database (Dont store the actual article in the database, store the address for it and then just retrieve that as you would do with a normal field.) 2. Create a bullet point list for which the articles display in (This is easy just write a loop to loop all articles in your database which match todays date and then in the loop put* and then the field name)