I have one Field in MYSQL DB. Name is ' Field1 '. I can store the Richtextbox text(it contains Bold, Italic, Etc). using the code ' Richtextbox1.rtf '
But when i am trying to display using 'Richtextbox1.rtf=dt.rows(0).item(0).tostring ',
It shows 'File Format is not Valid '.
What is the Solution.