Showing Articles Records

G

Guest

Hello,

I'm working on a Articles Website.There are many Article categories.when
user click on a particular category he/she will got Article records with
paging. Problem is that i want to show only some line of article on that page
and provide a Read more link for full article how can i do it in ASP.NET. I'm
using MS-Access Database

Example

Article 1 Title
some lines of Article.... [Read More]

Article 2 Title
some lines of Article.... [Read More]

Article 3 Title
some lines of Article.... [Read More]
 
C

Clint Hill

I responded to your other post "Breaking Database Large Record" with the
following:

"I would build a user control to display the article. You can build this to
look like your example. I would then build the Access query to populate the
article using the LEFT function on your description field like this:

SELECT Articles.Title, LEFT(Articles.Description,10)
FROM Articles;


The read more link would open another page (i'm assuming) and there
might be
another user control that uses a full query instead of the one above.

Is this what you were needing?"


Did this not help? What more were you hoping to find?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top