0
votes
1answer
58 views

RichTextField vs NoteField class

I'm about to create a field called details so I was thinking to make it a NoteField then I discoverd RichTextField. And I found out that RichTextField inherits from NoteField which is a text box for ...
-1
votes
3answers
170 views

get first 50 characters from richtextboxA to richtextboxB or textbox using visual webpart sharepoint 2010

I want to copy only first 5o characters from the richtextboxA to either a textbox or richtextboxB.... in a visual webpart ..the richtextboxA can have images,tables formating,html, blank spaces.. if it ...
0
votes
1answer
396 views

RichText Box in sharepoint 2010 visual webpart

I have a rich text box in share point 2010 visual web part...i want to get only first 2 lines of the rich text box..any suggestions? i tried getting the line by using cRichtextbox.Lines but it throws ...
2
votes
2answers
542 views

Rich Text Box in sharepoint 2010

I have a custom web part which is has a rich text box. When I add any text, tables, images, etc, they get saved in the list column with the data type rich text box. So when we have couple of ...