Make FreeTextBox a control to add to the toolbox

  • 2020-06-23 00:10:30
  • OfStack

Learn to use FreeTextBox today. FreeTextBox integrates its resources and programs into DLL, and can be made into controls to use by dragging and dropping. Here's how to turn FreeTextBox into a control.

Right click "Toolbox" and select "Select". This process may be a little slow, wait for nearly 1 minute, then click "Browse" under the net framework components TAB and find our "FreeTextBox.dll" location. Add in OK. At this point, we can go back to the Toolbox and find the control we added "FreeTextBox". The controls in the toolbox are categorized. If we just added a control in the "Login" category, we can now go to the "Login" category.

By placing the "FreeTextBox" space on the aspx page, we know that the code is


 <FTB:FreeTextBox ID="FreeTextBox1" runat="server"></FTB:FreeTextBox>


Related articles: