Rich Text Box in ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ShirishKumar
    New Member
    • Mar 2008
    • 7

    Rich Text Box in ASP.NET

    Hi to all,

    We are working on some website. We replaced FCKEditor with TextArea of HTML Control. We want to show the text entered in the text area to a Label text. We replaced all \r\n characters with <br/> tags for showing the text entered in the textbox to the Lable. But , we have some problem the user need not to press the 'enter key word' when he comes to end of the text line of the textbox. I want to find out the solution to get me the correct location of the text location in textbox when it comes to end of line so that i can keep a bag tag at that location.

    Regards,
    Shirish.
Working...