Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to display lots of text on page
Message
 
To
27/10/2009 23:17:48
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01431818
Message ID:
01431873
Views:
40
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform