I have a freetextbox dynamically created from code behind.
dim objCtrl as new Object
objCtrl = New FreeTextBoxControls.FreeTextBox
Free textbox is coming up correctly and also able to extract the value entered the the freetextbox and save in database.
But my problem is that if i apply any formatting the text for eg i make some text as bold then page is dead. It wont respond to any click or postback event.. Where i am going wrong?
↧
freetextbox from code behind
↧