Hello,
I would like some advice on getting data from an Access database to a rich text box on a Visual C# form. I also want to be able to edit the contents of the rich text box and update the database accordingly with the changes.
How could I do this?
Loading
Suthish NairPosted Mar 16, 2011, 4:07 PM
Mamta MPosted Mar 16, 2011, 12:17 AM
I just listed out what I knew...I haven't done an extensive search of this site. If your article proves useful, it would be most welcome, I didn't know the link to it so couldnt provide it. Please share the link to your article.
Sam HobbsPosted Mar 16, 2011, 12:06 AM
Mamta MPosted Mar 16, 2011, 12:03 AM
http://www.sqlmag.com/article/c3/store-rtf-data-in-a-sql-server-database.aspx
Sam HobbsPosted Mar 16, 2011, 12:00 AM
Are you familiar with binding data to controls? That is an easy way to do what you are asking to do. If you don't want to do taht then that is one of the specifics that are highly relevant to your question.