Installation
Last changed: 103.212.146.117

.
Summary How to install FreeTextBox

Installing the FreeTextBox support files

FreeTextBox uses JavaScript, images, and xml files. To correctly install FreeTextBox, you must install these files. FreeTextBox has two ways of accessing these files:

  <?xml version="1.0" encoding="utf-8" ?>
  <configuration>
   <system.web>
    <httpHandlers>
     <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
    </httpHandlers>
   <system.web>
 <configuration>

Adding FreeTextBox to a ASP.NET aspx page or ascx control

To add FreeTextBox to an ASP.NET page, do the following:

 <%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
 <FTB:FreeTextBox id="FreeTextBox1" runat="Server" />