I just downloaded the richtextbox 2.0 dll from Menulab and added it to my visual studio project as a reference. My problem is I can't find any code examples on how to use it , or examples of how to incorporate this richtextbox into an ASP application and
how to write the data to a database. If anyone knows where I can get examples showing how to use this object, I would appreciate the help.
Member
1 Points
7 Posts
Menulab richtextbox objects & examples
Dec 15, 2020 06:05 PM|chas036|LINK
I just downloaded the richtextbox 2.0 dll from Menulab and added it to my visual studio project as a reference. My problem is I can't find any code examples on how to use it , or examples of how to incorporate this richtextbox into an ASP application and how to write the data to a database. If anyone knows where I can get examples showing how to use this object, I would appreciate the help.
All-Star
52091 Points
23211 Posts
Re: Menulab richtextbox objects & examples
Dec 15, 2020 06:34 PM|mgebhard|LINK
Maybe, find a rich textbox that has documentation. I've use FreetextBox in the past and it works like a regular textbox server control.
https://www.c-sharpcorner.com/code/1578/richtextbox-example-or-sample-in-asp-net.aspx
See the official ADO.NET docs for reading/writing to a database.
https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/