Hi!
I have a back-end of SQL Server 2000. In my project , i have a richtextbox which contents come from a word document (by copy and pasting inside the richtextbox). So you can assume that inside the richtextbox i can paste a table that i have created in the word document, or bullets e.t.c... How can i save these contents of the richtextbox in my database ??
(I mean : what kind of type should i use for this field(ntext,binary,....) and how can i retrieve this field so that i could view it inside the richtextbox)
Thanks in advance!!!!!
I have a back-end of SQL Server 2000. In my project , i have a richtextbox which contents come from a word document (by copy and pasting inside the richtextbox). So you can assume that inside the richtextbox i can paste a table that i have created in the word document, or bullets e.t.c... How can i save these contents of the richtextbox in my database ??
(I mean : what kind of type should i use for this field(ntext,binary,....) and how can i retrieve this field so that i could view it inside the richtextbox)
Thanks in advance!!!!!