473,402 Members | 2,050 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

Showing Articles Records

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]

Nov 19 '05 #1
3 993
What is the problem?

Eliyahu

"asad" <as**@discussions.microsoft.com> wrote in message
news:5B**********************************@microsof t.com...
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]

Nov 19 '05 #2
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?

asad wrote:
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]

Nov 19 '05 #3
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?

asad wrote:
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]

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: maddman | last post by:
I have an odd problem with my database, and was hoping someone could point me at the problem. We have an access database that is used by several people to input data. Users have reported some...
3
by: Brenny | last post by:
Hello I'm designing a windows form and form's background image is exist and I added a label and groupbox. There is a spesific image on the form and I want to show this image as label and...
8
by: Raed Sawalha | last post by:
I have form with progress bar ,when application begin processing and progress bar moving if I minimized the form and try to restore it ,it is not showing until the processing completed ,how can I...
6
by: sandy_pt_in | last post by:
Hi, I have modal form which I am showing with some fading effect... (it is like balloon that comes when you receive a mail in the outlook.) But when I show this form, Owner form looses focus. I...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
1
by: syedrafey | last post by:
Hello, One of datagrid on my aspx page is not showing records on production server while there are records in database table. I have tested that page on my local machine and it is working fine....
1
by: andrewbda | last post by:
I am having issues with showing a subform. Basically it is an address form, which is linked to a customer number on the main form. If there is an existing address record, the form always...
7
by: underground | last post by:
I have a problem that I've spent countless hours on and I'm more than certain this is a obviuos issue to an expert but I am still learning. I have a paging script that I have modified to display a...
1
by: webcat | last post by:
hi all, how about this? I want to allow users to click a check box on a form to 'flag for testing' thats fine - works great but what if there is 100 records and the user wants to flag...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.