Hi All,
Hoping someone has done something like this in the past. I'm trying
to work out the best way to add an RTF control to my web page and save
it's contents as html back to a database.
Currently I have a page with a textbox. The user enters plain text
and hits save. The text is store...
more >>
In my CreateChildControls() function, I am adding onClick code to a HyperLink
control. The OnClick makes a call to a javascript function and looks like
this:
_hlDisplay.Attributes.Add("OnClick", "javascript:showPopup(document.all." +
this.ClientID + "_" + textBox.ID + ", " + "\"test string\...
more >>