Monday, August 3, 2009

add FreeTextBox Control asp.net

By Externally :

1. Add FreeTextBox Control into ToolBox.

2. Add in web.config file this :



3. add folder on ur wesite folder or project folder , when u download a freetextbox.zip file that contain aspnet_client folder.that folder add to ur website folder.

External file : ~/aspnet_client/FreeTextBox/.

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

1. Add the following line to the top of your page:
<%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>

2. Add the following code between tags:


run ur application.....

No comments:

Post a Comment