Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to display lots of text on page
Message
 
À
27/10/2009 23:17:48
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01431818
Message ID:
01431873
Vues:
41
>I have several pages that display member biographys. I would like to be able to have this text be editiable somewhere perhaps seperate from the page it is displayed on. I was sort of looking for some kind of rich text box or something to load the text from the database but not really finding anything native.
>
>Is there a good way to display text (a few paragraphs) on a page that can be loaded from a database? What type of data type is best for storing formated text in SQL Server? I would love to find some examples of this out there somewhere if anyone knows of any.
>Thanks
>Tim

I'm using the RadEditor control from Telerik for the editor and just store the marked up HTML as-is in the database in a varchar(MAX) or Text field (don't remember which). I've set up a few styles and predefined templates for the end users that they can use to mark things up with. Then I can just dump the text as-is onto other pages and it's formatted nicely.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform