MRSN
T20I Star
- Joined
- Oct 20, 2010
- Runs
- 30,597
I'm working on a project for a news site. so I have an index page full of headlines. The problem comes when I have to load full article. Since I have not done this before so I am not sure what is the right way to handle this. What I am guessing is that I should create a dynamic page which should be initially empty and when the user clicks on a news headline on index page the empty page should retrieve title and detail from the database based on the id passed to this page. is this the right way? Any help would be great.

Last edited: