Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

Thsi is Srikanth


I want the bind the description from my sql server 2005 database to textbox in a html format. means i am having maximum length of data in a continuous format but i just want to divide the huge data into small sort of paragraghs in the front end view.


example:
Position :Sterling with B2B Integration expertise Location :Hercules, CA FullTime Must have skills:Hands-on experience in designing, developing, implementing and support EDI / Punch-out Integrations, ideally using Sterling Integrator (Gentran) software toolset.Experience in Baan or a similar ERP, experience with BEA Enterprise Service Bus, WLI and BPEL toolsets.Experience with applications and tools for ecommerce solution including Autonomy search engine, Sterling Multi-channel Selling (Comergent) ecommerce applications, Interwoven TeamSite and BEA WebLogic Portal





can i display in this format


Position :Sterling with B2B Integration expertise

Location : Hercules, CA

FullTime



Must have skills:



Hands-on experience in designing, developing, implementing and support EDI / Punch-out Integrations, ideally using Sterling Integrator (Gentran) software toolset.

Experience in Baan or a similar ERP, experience with BEA Enterprise Service Bus, WLI and BPEL toolsets.

Experience with applications and tools for ecommerce solution including Autonomy search engine, Sterling Multi-channel Selling (Comergent) ecommerce applications, Interwoven TeamSite and BEA WebLogic Portal is a plus to have
Posted
Comments
BobJanova 21-Oct-11 11:37am    
I think some formatting has gone missing in your question.

1 solution

You wouldn't be able to display the text as HTML in a textbox, you would need to use a rich textbox or other type of html editor. However, you probably only want to display this information, not edit it. If this is true that just display it in a label.

The easiest thing would be to store the information in html format in the first place. If that is not possible if you follow good practices and have separate layers for your data access and business logic, then the information could be formatted at the logic layer anyway you choose and bound to the controls in the UI.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900