Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: news paper


Message #1 by deepu khan <khandeepu@u...> on 18 Apr 2001 23:51:16 MDT
I want to make a news page for my office intranet.Can any one help



me with the source code and the steps I have to take.The page should

be updated daily.Please help me.

Message #2 by "Daniel O'Dorisio" <dodorisio@h...> on Thu, 19 Apr 2001 09:00:25 -0400
is it going to be updated daily by a person... or automatically from another

source?



if it is by a person, i would create 2 pages.. one-an administrative page-

to allow the person to add news breifs, and two-the display page- the allow

the viewers to read the news page.



so on the first page you would need a form that would collect the data and

add it to the database.. Access, SQL Server Oracle, mySQL (BTW that is

pronounced my "s"-"q"-"l") whatever you want for the db.



the on the display page... you can return a list of the articles that are in

the db as hyperlinks, and when it is clicked it will take the user to that

article... either on a third physical page or on the same page with a Select

Case statement.



does that help any? or were you looking for a complete customized solution?



Daniel



-----Original Message-----

From: deepu khan [mailto:khandeepu@u...]

Sent: Thursday, April 19, 2001 5:34 AM

To: ASP Web HowTo

Subject: [asp_web_howto] news paper





I want to make a news page for my office intranet.Can any one help



me with the source code and the steps I have to take.The page should

be updated daily.Please help me.




  Return to Index