I am displaying a modal dialog using jQuery. This dialog has a textarea control on it. But while submitting this dialog, the value of this textarea
textarea
Have you tried .attr("text") or .attr("value")? I'm unable to test this but this would seem logical to me.
.attr("text")
.attr("value")
If it doesn't then let me know and I'll remove this answer.