I have a richtext box(on a visual studio 2008 form) that I copy & paste formatted text from a word doc in to. I want to be able to save this to a sql server 2005 DB field. I then want to read this field and put it into a word doc with its formatting.
Problem 1 - How do I get a formatting toolbar on the RTBox?
Problem 2 - what is the best data type to use in sql?
Problem 3 - if I move the RTBox data to a vb.net field. how should I define it?
Problem 1 - How do I get a formatting toolbar on the RTBox?
Problem 2 - what is the best data type to use in sql?
Problem 3 - if I move the RTBox data to a vb.net field. how should I define it?