Today, I learned to use FreeTextBox, and FreeTextBox to integrate its resources and programs into the DLL, and it can be made into controls for use by dragging. Let's talk about how to make FreeTextBox a control.
Right-click "Toolbox (the place where the control is placed)" and select "select item". This process may be slow. Wait for nearly one minute and then proceed. under the. net framework component tab, click browse, and then find FreeTextBox. dll "Storage path. After you add it, it will be OK. At this time, we can go back to the "toolbox" and find the added control "FreeTextBox". The controls in the toolbox are classified. If we just added the control in the "login" category, now, go to the "Logon" category to search for it.
The "FreeTextBox" space is pushed to the aspx page. We can know that its code is
Copy codeThe Code is as follows:
<FTB: FreeTextBox ID = "FreeTextBox1" runat = "server"> </FTB: FreeTextBox>