asp.net freetextbox Configuration _ practical Skills

Source: Internet
Author: User
As shown in the figure:

This is what we often use when editing text on a Web page.
When you use ASP.net as a Web site, you often use it, and here's how to add Freetextbox components to the asp.net.
Preparatory work: Download Freetextbox, you can go to the official website http://freetextbox.com downloaded the latest version, you can also go to gougou.com download a Chinese version. The Freetextbox.dll file after the decompression is what we need to use.
Start configuration now:
1. Open vs2005, create a new Web site, in the "solution" under the Item right click, select "Add Reference", select "Browse", insert the Freetextbox.dll file just downloaded, OK. You can see a Bin folder in the contents bar that contains the Freetextbox.dll file.
2. Enter the Default.aspx (just built the Site page) page, in the second line of the source code added on the register
Copy Code code as follows:

<%@ Register tagprefix= "FTB" namespace= "Freetextboxcontrols" assembly= "Freetextbox"%>

3. Add the <div> and </div> between the source page
Copy Code code as follows:

<ftb:freetextbox id= "FreeTextBox1" runat= "supportfolder=" aspnet_client/freetextbox/"buttonset=" Office2003 "height=" width= "/>"

A more "App_licenses.dll" file is found in the bin directory, and a design box appears on the interface. So we can directly to the relevant properties of the settings, such as size, style and so on. We are done by adding the Freetextbox editor to the ASP.net page.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.