|
Do you have the source code?
Open the FreeTextBox project,
Open the file FreeTextBox.cs.
Replace all base.ID with this.ClientID.Replace("_","")
Replace all this.ID with this.ClientID.Replace("_","")
Unexpectedly, such a well-known control makes this kind of mistake. |
|