Questions tagged [freetextbox]

FreeTextBox is a WYSIWYG Rich HTML editor control for ASP.NET.

FreeTextBox is a ASP.NET control. It is a WYSIWYG Rich HTML editor.
More information at http://freetextbox.com/

46 questions
0
votes
0 answers

How to show a pop up if there is a change in freetextbox asp.net editor using jquery?

Trying to show a pop up using jQuery on a submit/post action. Using freetextbox and not planning to change it. In my aspx page, the following script is added to find if a change in content. function checkForContentChanges(action) { …
Libin
  • 86
  • 8
0
votes
1 answer

Storing freetextbox data into sql server without HTML Tags

iam new to use Free TextBox in asp.net application, now my doubt is how to store freeTextBox data in database without HTML Tags(That means only data should be stored in the database) and another doubt is iam copying data from Ms excel and word more…
somusoft
  • 1
  • 2
0
votes
1 answer

FreeTextArea just renders as plain HTML textarea

I'm trying to fix a old ASPX.Net C# page using FreeTextArea. The site own says it used to work but hasn't used it for ages. The problem is that the FreeTextArea is just rendering as a plain textarea. There are no compilation errors. I'm also not…
tam203
  • 199
  • 1
  • 2
  • 13
0
votes
0 answers

Cannot clear the text of FreeTextBox control

I have a FreeTextBox control in my aspx page. First, the client types the text into the FreeTextBox and click button Save to write the text into Database (sql server 2008). Then, in Edit function, the text is loaded from Database into FreeTextBox…
vyclarks
  • 854
  • 2
  • 15
  • 39
0
votes
1 answer

Freetextbox is not declared

My code says that the freetextbox (ID is txtQuestion) is not declared (shown below) But I have the complete configuration in my web.config And in the .aspx file And I already installed it. Before I transfer all these files into the server, it…
eirishainjel
  • 570
  • 7
  • 25
0
votes
3 answers

Convert special chars to HTML entities, without changing tags and parameters

I'm using FreeTextBox editor to get some HTML created by users. The problem with this is this editor is not converting special chars in HTML entities at exception of "<>". I cannot use theHTML = Server.HtmlEncode(theHTML), because it converts all…
backslash17
  • 5,300
  • 4
  • 31
  • 46
0
votes
1 answer

Text doesn't display correctly when loaded from SQL DB

I use FreeTextBox for my webpage. And when I load the text again from Database to display on a Label, it doesn't display correctly( still contain HTML tag: ,...) Take a look at my code below ( load the text from the DB) Datatable db= excute…
vyclarks
  • 854
  • 2
  • 15
  • 39
0
votes
1 answer

freetextbox is not loading properly

I have 28 freetexboxes on my ASP.NET 4.5 web form and the 29th freetexbox does not load properly. The 29th freetextbox doesn't have color or border. Can someone tell me how to resolve it?
lokesh
  • 1
0
votes
3 answers

Possible to let the editor Recognize the link

I m building a system which have editor ( html editor ) freetextbox or ckeditor no matter my Question ! Its Possible to let the editor Recognize the link after paste it in the editor ? for example : if i copy and paste the following…
user1860403
  • 80
  • 1
  • 7
0
votes
1 answer

FreeTextBox (FTB) is not working in FF 17

FreeTextBox (http://www.freetextbox.com/demos/) does not work in Firefox 17. What has changed? FTB works correctly in previous Firefox versions and in all versions of other browsers. (FreeTextBox develop has been terminated: "Please note that…
0
votes
1 answer

Clearing Asp.NET FreeTextBox (RTF Textbox) with javascript

I am using a Rich Textbox Plugin called FreeTextBox Demo Link for my ASP.NET Project and I am in need for some javascript code to clear its text on client side. I have tried using ///------Javascript Code function clean_designEditor() { var…
Cyberpks
  • 1,401
  • 6
  • 21
  • 51
0
votes
2 answers

FreeTextBox javascript error is preventing PostBack on my DropDownList

I have one page with 3 FreeTextBox controls on it. They are set up correctly, and I was using them normally until I needed to add a DropDownList control that would PostBack to the server, but I was surprised to see that the OnSelectedIndexChanged…
Hanlet Escaño
  • 17,114
  • 8
  • 52
  • 75
0
votes
1 answer

Stripping non-breaking spacesfrom FreeTextBox

I've not had this problem before and I'm stumped. Using FTB and cannot find a way to strip non-breaking spaces ( ) from the text entry into and out of sql2008r2. I've done this many, many times with regular textboxes and textareas, but this…
0
votes
2 answers

getting two errors here

firstly i am getting the error- Parser Error Message: Could not load type 'WebApplication1.Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication1.Global" Language="C#" %> Source File: /global.asax Line:…
Gaurav Agrawal
  • 4,355
  • 10
  • 42
  • 61
0
votes
2 answers

Razor MVC application failed to load FreeTextBox but it doesn't have a FreeTextBox

I uploaded my MVC3 Razor application to the webhost provider (works fine on my development server under Visual Studio 2010). On the deployed site I get a "Could not load file or assembly 'FreeTextBox, Version=3.3.1.12354, Culture=neutral,…