I cannot get this to work, here is code that I found in another thread but it is not working for me, I'm getting "set_content is not a function" :
$find("<%=Hee.ClientID%>").set_content("whatever");
Is this still valid? I also tried to set value of the textbox it extends, tried setting InnerHtml of both,none worked.
You could try this out:
I was going nuts for hours looking for a way to change the content and here's what I've come up with that works quite well:
This is the TextBox and Extender:
Now this is the javascript that changed the value:
This works like a charm. The above element ID is actually that of a div, however changing its contents updates the
replyBody.Text
propertyTry this: