Why do we must use FreeTextBox (FTB) control?
This will be useful when we want to display text with HTML formatting with label control.
when you enter the text in FTB it will saves with all the HTML tags in the table.
while displaying the label control along with browser renders HTML.
Before you start with this control you must it in /Bin folder.
Download the Free TextBox at: http://freetextbox.com
In the aspx page put this:
<%@ Register TagPrefix=”FTB” Namespace=”
But remember add this in <Page> tag of aspx: ValidateRequest=”false”
ex:
<%@ Page Language=”C#” MasterPageFile=”~/MasterPage.master” AutoEventWireup=”true” CodeFile=”EnterFAQs.aspx.cs” Inherits=”EnterFAQs” Title=”Winning Edge :: FAQs” ValidateRequest=”false” %>
<%@ Register TagPrefix=”FTB” Namespace=”FreeTextBoxControls” Assembly=”FreeTextBox” %>
<FTB:FreeTextBox ID=”txt_desc” runat=”server” Width=”300px” Height=”150px”></FTB:FreeTextBox>
thx, really helpfull
hi, how do i can store uploaded picture .
Nice blog…
Hi…
how to disable insert image control in freetextbox editor ?
thanks in advance…
remove image control(InsertImageFromGallery) from source code.like
i hope it will help u.
thank u very much.its really helpful
Thanks for posting…really helpful…
how get the html code?
HTML Code means? In which context you need?
alert(‘test’);
alert(‘test’);
it can be easily exploited by CSS. Is there any solution of it?
hey:) how can i impost the file path which i want to open in page_load i’m using c#
how to Wrap Property to it
How To Add Wrap Property to it.
How to wrap the text in free textbox i.e. don’t want horizontal scroll bar..
purchase adobe suite cs6 price for adobe lightroom 4 Autodesk Plant Design Suite Ultimate 2017 best buy adobe creative suite 6 adobe premiere pro cs5 system requirements
how to save data of freetextbox because, not getting text property
Hi,Currently I am showing xml data converting and showing as a html report in asp.net by using free text box property.Now I am facing issue is inside data is we can able to edit it should be editable,Can you please suggest me how to disable.