I'm trying to add this control to my ASP.NET project in Visual Studio Express 2013 for Web: http://www.freetextbox.com/
I'm using WebForms.
The directions just say this: "The most-used free ASP.NET WYSIWYG HTML editor featured in open source and commerical projects. Just drop FreeTextbox.dll in your /bin/ folder, change
<asp:Textbox /> to <FTB:FreeTextbox />,
and you're done. "
Okay. Well, I added FreeTextbox.dll to my project's bin folder. I changed
<asp:Textbox /> to <FTB:FreeTextbox />
And I'm supposed to be done.
But the code is not recognizing 'FTB'. I also tried adding it as a reference, but I'm still getting the same problem.