Does anyone know the answer to my last question?
Has anyone ever used the FreeTextBox control? If so ...how can you use it with a database?
Has anyone ever used the FreeTextBox control? If so ...how can you use it with a database?
-
Re: Does anybody know?
Fri, September 22, 2006 - 12:17 PMThe FreeTextBox has a .Text attribute which you can use to retrieve it's content like you do with a regular textbox. If you use FreeTextBox in conjuction with ASP.NET 2.0 make sure your hosting company allows you to run in a full trust environment otherwise FreeTextBox won't load.
-
Re: Does anybody know?
Wed, January 2, 2008 - 6:15 PMWhat are you trying to do specifically? Just fill in text dynamically from the database? Validation? Insert into a DB?