I really like your forum here and I just want to know:
How to make your home page shows a small part of your post with the title and "read more.." button, so once you click on the "read more.." button you will be taken into page with the entire post.

in both c# and vb if possible.

Thanks

I finally found the way to do it, and to be fair I would like to shear the knowledge with you.

Its really very simple, all you have to do is with your sql syntax when calling your post and it will be like this:

select title, left(entry, 10)entry from post

the number 10 is the characters that will be shown and you can play with it as you wish.

that is all about it, if any questions I will be happy to answer..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.