Hi,
Iam trying to modify the IBuySpy Portal application so that it uses FreeTextBox instead of the normal TextBox. I replaced TextBox instance, in EditHtml.ascx, with FreeTextBox. I have also, changed the id to DesktopText.
However, when I try editing html, I get the following error:
The base class includes the field 'DesktopText', but its type (System.Web.UI.WebControls.TextBox) is not compatible with the type of control (FreeTextBoxControls.FreeTextBox).
Could someone please tell me what I am doing wrong?
Thanks!