Hi,
I want to insert huge Text Content of a webpage into the Database.To do that i have a 'RichTextData' field in the table that has a 'nvarchar(max)' datatype.But the Text content of the paragraph contains paragraphs,special characters etc..After i insert this data then we need to retrieve this data to a richtextbox where the user can make necessary changes he needs which i can do.But how to insert this data first into the Database.Should i use a special page that has a RichTextEditor and copy the website's text content into this and save in the database.Or is there any other way to do it?
Thanks inadvance