FreeTextBox

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

Does not work inside of a user control

Last post 06-09-2008, 8:08 AM by nilact. 3 replies.
Sort Posts: Previous Next
  •  04-04-2006, 7:42 PM 6174

    Does not work inside of a user control

    I can't get FreeTextBox to work inside of a user control.  The control appears to load, but nothing is clickable.  The buttons do not respond and text cannot be entered.

    If I take the exact same code and put it directly into a page, it works fine.

    I need to find an html editor solution for my company.  If we can get this resolved we'll be buying a distribution license.  thanks!
  •  04-04-2006, 7:44 PM 6175 in reply to 6174

    Re: Does not work inside of a user control

    if it matters, the problem occurrs regardless of whether we use the internal or external library option.
  •  06-09-2008, 7:45 AM 9206 in reply to 6174

    Re: Does not work inside of a user control

    It works fine in user control..no problem at all. I used it in Formview. But i am not able to get the text from it..as i want to save data in to db.

    Regards,
    Nil
  •  06-09-2008, 8:08 AM 9207 in reply to 9206

    Re: Does not work inside of a user control

    now it works fine in user control also..it's very simple..
    you have to do like this...


    C#
    FreeTextBoxControls.FreeTextBox txtmsg = (FreeTextBoxControls.FreeTextBox) FormView1.FindControl("MessageTextBox");


    Enjoy the life..

    Cheers,
    Nil
View as RSS news feed in XML
www.freetextbox.com