This is very weird. I've got a RadTextBox that I am loading with text for client-side editing, then submitting the edited text to a database with a Callback. This works exactly once.
After the first Callback, when I use the exact same javascript function call to re-load the RadTextBox with text to edit, no text appears. However, there's no javascript error either. And the rendered HTML in the browser that defines the RadTextBox is exactly the same both before and after the Callback.
When I click submit to do a second Callback, whatever I have typed into the RadTextBox is ignored, and the value passed to the Callback is whatever was typed in the RadTextBox the first time around. It is as if, upon Callback, a new RadTextBox is being displayed which is visible to the browser, but not to the DOM. And meanwhile the old RadTextBox is still visible to the DOM, but invisible to the browser.
What the heck is going on?
Thanks,
Jesse
After the first Callback, when I use the exact same javascript function call to re-load the RadTextBox with text to edit, no text appears. However, there's no javascript error either. And the rendered HTML in the browser that defines the RadTextBox is exactly the same both before and after the Callback.
When I click submit to do a second Callback, whatever I have typed into the RadTextBox is ignored, and the value passed to the Callback is whatever was typed in the RadTextBox the first time around. It is as if, upon Callback, a new RadTextBox is being displayed which is visible to the browser, but not to the DOM. And meanwhile the old RadTextBox is still visible to the DOM, but invisible to the browser.
What the heck is going on?
Thanks,
Jesse