FreeTextBox

The no. 1 free ASP.NET HTML Editor.
Welcome to FreeTextBox Sign in | Join | Help
in Search

Emty text in version 4.0

Last post 03-03-2009, 2:48 AM by techno_fly. 16 replies.
Page 2 of 2 (17 items)   < Previous 1 2
Sort Posts: Previous Next
  •  03-01-2009, 6:08 PM 9754 in reply to 9745

    Re: Emty text in version 4.0

    I pulled this from another thread, this worked for me. Basically the same as you but it assigns the clientID on the TextChanged:

    protected void FreeTextBox1_TextChanged(object sender, EventArgs e)
    {
             FreeTextBox1.Text = Request.Form[FreeTextBox1.ClientID];
    }

  •  03-03-2009, 2:48 AM 9763 in reply to 9754

    Re: Emty text in version 4.0

    yep, that's how I do it now also.  To bad it wasn't answered in this thread before. 

    The problem must be internal in the control.  I hope the author still fixes it because I think the style of the 4.0 control is more modern then the one before.

Page 2 of 2 (17 items)   < Previous 1 2
View as RSS news feed in XML
www.freetextbox.com